diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6b63b8eddefd45380cff53dce59df2ee625bd3ed..631093003feaec02566d41c481a8a50b11ef2470 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,6 +22,7 @@ Fixed * New Persons were not added to selected primary group on creation * In some browsers, AlekSIS was not categorised as an installable PWA. * Announcements without any recipient had a line to display recipients +* Missing migrations for update of OAuth library `3.2.0`_ - 2023-12-25 --------------------- diff --git a/aleksis/core/migrations/0062_oauth_update.py b/aleksis/core/migrations/0050_oauth_update.py similarity index 94% rename from aleksis/core/migrations/0062_oauth_update.py rename to aleksis/core/migrations/0050_oauth_update.py index dda1f39f46fbe62ad41baf00b6921d573ecb9fd3..8cdbcf0ab151ec03d07ceeccf3e8f4b45de79b21 100644 --- a/aleksis/core/migrations/0062_oauth_update.py +++ b/aleksis/core/migrations/0050_oauth_update.py @@ -9,7 +9,7 @@ class Migration(migrations.Migration): dependencies = [ migrations.swappable_dependency(settings.AUTH_USER_MODEL), - ('core', '0061_remove_group_additional_fields'), + ('core', '0049_oauthapplication_post_logout_redirect_uris'), ] operations = [