Skip to content

Commit 1aa9d35

Browse files
authored
Merge pull request #9 from withlogicco/django-2.2
Support Django 2.2
2 parents ca7ce18 + 42db0dd commit 1aa9d35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Django Prose provides your Django applications with wonderful rich-text editing.
77
## Requirements
88

99
- Python 3.6.2 or later
10-
- Django 3.0 or later
10+
- Django 2.2 or later
1111
- Bleach 4.0 or later
1212

1313
## Getting started

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = [
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.6.2"
15-
django = ">=3.0"
15+
django = ">=2.2"
1616
bleach = ">=4.0"
1717

1818
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)