You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade our code base to Django 5.2
- `django-safemigrate` had to be upgraded: you will find _a lot of_
changes like `Safe.before_deploy` -> `Safe.before_deploy()` (all of them
are in this particular commit: 4273e83)
- I had to borrow `django.core.files.storage.get_storage_class` because
it was deleted from Django 5.2
- `assertFormError` tests were updated to match the new signature
- `django-celery-beat` and `django-storages` were upgraded
- Update some old migrations referring to indexes to make them work
Closes#12079Closes#11505
0 commit comments