Skip to content

Conversation

davidfischer
Copy link
Collaborator

  • Warnings from allauth (eg. settings.ACCOUNT_EMAIL_REQUIRED is deprecated, use: settings.ACCOUNT_SIGNUP_FIELDS = ['email*', 'password1*', 'password2*'])
  • Changes with Django's storages API which will become errors in Django 5.1
  • Rely on the builtin fromisoformat

- Warnings from allauth
  (eg. `settings.ACCOUNT_EMAIL_REQUIRED is deprecated, use:
settings.ACCOUNT_SIGNUP_FIELDS = ['email*', 'password1*',
'password2*']`)
- Changes with Django's storages API
- Rely on the builtin `fromisoformat`
@davidfischer davidfischer requested a review from a team as a code owner July 15, 2025 23:48
@davidfischer davidfischer merged commit 529f2c9 into main Jul 16, 2025
1 check passed
@davidfischer davidfischer deleted the davidfischer/fix-various-warnings branch July 16, 2025 23:09
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.

2 participants