~netlandish/django-wiki

03813483a66674613a785fef8ec7938a849c9c08 — Benjamin Bach 4 years ago 36ffb7d
Remove Django 1.11 support from setup.py, re-add 2.1 support (doesn't seem broken yet)
2 files changed, 2 insertions(+), 2 deletions(-)

M README.rst
M setup.py
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",