Skip to content

Update Django to 5.2 LTS#37

Merged
nspo merged 6 commits into
masterfrom
feature/django_update
May 16, 2026
Merged

Update Django to 5.2 LTS#37
nspo merged 6 commits into
masterfrom
feature/django_update

Conversation

@nspo
Copy link
Copy Markdown
Owner

@nspo nspo commented May 15, 2026

No description provided.

nspo and others added 3 commits May 15, 2026 21:27
- 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>
@nspo nspo added enhancement dependencies Pull requests that update a dependency file labels May 15, 2026
- Django 4.2 -> 5.2
- Also fix wrong hardcoded bootstrap path

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@nspo nspo force-pushed the feature/django_update branch from f824f30 to fe23a22 Compare May 15, 2026 19:40
nspo and others added 2 commits May 16, 2026 14:45
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Remove deprecated RedirectPanel, use HistoryPanel instead.
@nspo nspo force-pushed the feature/django_update branch from 9664b1f to 339ba2d Compare May 16, 2026 12:45
@nspo nspo merged commit dd89ef5 into master May 16, 2026
2 checks passed
@nspo nspo deleted the feature/django_update branch May 16, 2026 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant