M README.rst => README.rst +1 -1
@@ 24,7 24,7 @@ The below table explains which Django versions are supported.
+------------------+----------------+--------------+
| Release | Django | Upgrade from |
+==================+================+==============+
-| 0.6.dev | 2.2, 3.0 | 0.5 |
+| 0.6.dev | 2.1, 2.2, 3.0 | 0.5 |
+------------------+----------------+--------------+
| 0.5.x | 2.1, 2.2, 3.0 | 0.4 |
+------------------+----------------+--------------+
M setup.py => setup.py +1 -1
@@ 22,7 22,7 @@ def get_path(fname):
install_requirements = [
- "Django>=1.11,<3.1",
+ "Django>=2.1,<3.1",
"bleach>=3.1.0,<3.2",
"Pillow",
"django-nyt>=1.1.5,<1.2",