Update Django to 5.2 LTS#37
Merged
Merged
Conversation
- Replace ugettext_lazy with gettext_lazy (removed in Django 4.0)
- Replace {% load staticfiles %} with {% load static %} (removed in Django 4.0)
- Replace django.conf.urls.url with django.urls.re_path (removed in Django 4.0)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Django 2.2 -> 3.2 - django-crispy-forms 1.7.2 -> 1.12.0 (dropped django.utils.lru_cache) - django-debug-toolbar 1.11 -> 3.8 - django-environ 0.4.5 -> 0.9.0 - Add DEFAULT_AUTO_FIELD = AutoField to suppress 3.2 system check warning Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Django 3.2 -> 4.2 - django-crispy-forms 1.12 -> 2.3 + add crispy-bootstrap3 (template pack split) - django-bootstrap3 21.2 -> 23.1 - django-debug-toolbar 3.8 -> 4.3 - django-filter 21.1 -> 23.3 - djangorestframework 3.11 -> 3.14 - django-environ 0.9 -> 0.11 - Add crispy_bootstrap3 to INSTALLED_APPS Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Django 4.2 -> 5.2 - Also fix wrong hardcoded bootstrap path Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
f824f30 to
fe23a22
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Remove deprecated RedirectPanel, use HistoryPanel instead.
9664b1f to
339ba2d
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.