From 6176e678b38d4c7308e42abb245987b39ce312eb Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sat, 13 Aug 2022 12:30:37 -0700 Subject: [PATCH] Lock Django to version 4.0.7 Workaround for https://code.djangoproject.com/ticket/33899 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index d4c4e4af..d5787384 100644 --- a/Pipfile +++ b/Pipfile @@ -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 = "*"