From 02fd8a49e148db2112f7afb5e0f35e008f6722cf Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Thu, 27 Jun 2024 12:02:28 +0200 Subject: [PATCH] Update changelog (cherry picked from commit 4469cc04dcac18238588faa6cc13de40e11a0511) --- CHANGELOG.rst | 1 + .../migrations/{0062_oauth_update.py => 0050_oauth_update.py} | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename aleksis/core/migrations/{0062_oauth_update.py => 0050_oauth_update.py} (94%) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6b63b8edd..631093003 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 dda1f39f4..8cdbcf0ab 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 = [ -- GitLab