Lock Django to version 4.0.7

Workaround for https://code.djangoproject.com/ticket/33899
This commit is contained in:
Christopher C. Wells 2022-08-13 12:30:37 -07:00 committed by Christopher C. Wells
parent 4e98d18448
commit 6176e678b3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ name = "pypi"
[packages]
boto3 = "*"
dj-database-url = "*"
django = ">=4.0.6"
django = "==4.0.7"
django-axes = "*"
django-filter = "*"
django-imagekit = "*"