python3Packages.django: 4.x -> 5.x
With django 4.2 LTS going EOL in this cycle it is time to switch the default off of it.
This commit is contained in:
committed by
Robert Schütz
parent
f9996ad700
commit
bf99d6c4ca
@@ -3917,7 +3917,7 @@ self: super: with self; {
|
||||
dj-static = callPackage ../development/python-modules/dj-static { };
|
||||
|
||||
# LTS with mainsteam support
|
||||
django = self.django_4;
|
||||
django = self.django_5;
|
||||
|
||||
django-admin-datta = callPackage ../development/python-modules/django-admin-datta { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user