Browse Source

Downgrade to Django 4.2 - django-basic-auth-ip-whitelist isn't compatible with 5.0 yet

Matt Westcott 1 year ago
parent
commit
1d9247f0f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      requirements/base.txt

+ 1 - 1
requirements/base.txt

@@ -1,4 +1,4 @@
-Django>=5.0,<5.1
+Django>=4.2,<5.0
 django-dotenv==1.4.2
 wagtail>=6.0,<6.1
 wagtail-font-awesome-svg>=1,<2