diff --git a/setup.py b/setup.py index 0a2efd66..de176eb7 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def read(filepath): "reversion": ["locale/*/LC_MESSAGES/django.*", "templates/reversion/*.html"]}, cmdclass=cmdclass, install_requires=[ - "django>=3.2", + "django>=3.0", ], python_requires='>=3.7', classifiers=[