From 4469cc04dcac18238588faa6cc13de40e11a0511 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 --- 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 2476c7e43..6f76440ef 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -23,6 +23,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.1.5`_ - 2023-09-02 --------------------- 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