build: mark as ok for django 2.2 (#52016)

This commit is contained in:
Frédéric Péters 2021-03-14 19:20:12 +01:00
parent 310f9fee4c
commit efbc674c49
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ setup(
'Programming Language :: Python :: 2',
],
install_requires=[
'django>=1.8, <1.12',
'django>=1.11, <2.3',
],
zip_safe=False,
entry_points={