From 69d3c4326975d3653c1560f16a6e5dcaead301d7 Mon Sep 17 00:00:00 2001 From: tcely <tcely@users.noreply.github.com> Date: Thu, 3 Apr 2025 01:05:08 -0400 Subject: [PATCH] Avoid Django `5.2` until it is tested --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index bf53b4b..2976db2 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true autopep8 = "*" [packages] -django = "*" +django = "<5.2" django-sass-processor = {extras = ["management-command"], version = "*"} pillow = "*" whitenoise = "*"