Skip to content

django 5.2 compatibility updates#807

Open
furlongm wants to merge 1 commit intomainfrom
django-52
Open

django 5.2 compatibility updates#807
furlongm wants to merge 1 commit intomainfrom
django-52

Conversation

@furlongm
Copy link
Copy Markdown
Owner

  • replace unique_together with UniqueConstraint across all models
  • remove deprecated USE_L10N setting (default since django 4.0)
  • import include from django.urls instead of django.conf.urls
  • use request.headers instead of request.META for http headers
  • use @admin.register decorator style
  • update INSTALL.md for ubuntu 26.04 (resolute)

- replace unique_together with UniqueConstraint across all models
- remove deprecated USE_L10N setting (default since django 4.0)
- import include from django.urls instead of django.conf.urls
- use request.headers instead of request.META for http headers
- use @admin.register decorator style
- update INSTALL.md for ubuntu 26.04 (resolute)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant