We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca7ce18 + 42db0dd commit 1aa9d35Copy full SHA for 1aa9d35
README.md
@@ -7,7 +7,7 @@ Django Prose provides your Django applications with wonderful rich-text editing.
7
## Requirements
8
9
- Python 3.6.2 or later
10
-- Django 3.0 or later
+- Django 2.2 or later
11
- Bleach 4.0 or later
12
13
## Getting started
pyproject.toml
@@ -12,7 +12,7 @@ packages = [
[tool.poetry.dependencies]
14
python = "^3.6.2"
15
-django = ">=3.0"
+django = ">=2.2"
16
bleach = ">=4.0"
17
18
[tool.poetry.dev-dependencies]
0 commit comments