packaging: set django version limits (#53470)

This commit is contained in:
Emmanuel Cazenave 2021-04-27 16:02:32 +02:00
parent aedebb44e6
commit aeeb71fcca
1 changed files with 1 additions and 1 deletions

View File

@ -125,5 +125,5 @@ setup(name='django-journal',
'test': test
},
install_requires=[
'django >= 1.8,<2.0'
'django >= 1.11,<2.3'
])