forked from dehnert/squaresdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The new changes in Django 3.2->5.1 are pretty trivial (and I read through (most of?) those release notes), but apparently Django 3.2 had some deprecated bits (ifequal[1], url[2]) that weren't reported as such by the Django checks, and I didn't think about them when reading the "Features removed in 4.0" section[3] (or perhaps entirely skipped 4.0?). [1] https://docs.djangoproject.com/en/3.2/ref/templates/builtins/#ifequal-and-ifnotequal [2] https://docs.djangoproject.com/en/3.2/ref/urls/#url [3] https://docs.djangoproject.com/en/5.1/releases/4.0/#features-removed-in-4-0
- Loading branch information
Showing
4 changed files
with
24 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters