mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 14:00:17 +02:00
Avoid Dj2.1 until 1.11 depreciation issues are fixed
This commit is contained in:
parent
73403b98df
commit
623e77a268
2
setup.py
2
setup.py
@ -16,7 +16,7 @@ install_requires = [
|
|||||||
'celery>=4.0.2',
|
'celery>=4.0.2',
|
||||||
'celery_once',
|
'celery_once',
|
||||||
|
|
||||||
'django>=1.11',
|
'django>=1.11,<2.1',
|
||||||
'django-bootstrap-form',
|
'django-bootstrap-form',
|
||||||
'django-registration==2.4',
|
'django-registration==2.4',
|
||||||
'django-sortedm2m',
|
'django-sortedm2m',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user