Skip to content
Snippets Groups Projects
Verified Commit 02fd8a49 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Update changelog

(cherry picked from commit 4469cc04)
parent 76f62a5e
No related branches found
No related tags found
1 merge request!1505Do release 3.2.1
Pipeline #191360 canceled
...@@ -22,6 +22,7 @@ Fixed ...@@ -22,6 +22,7 @@ Fixed
* New Persons were not added to selected primary group on creation * New Persons were not added to selected primary group on creation
* In some browsers, AlekSIS was not categorised as an installable PWA. * In some browsers, AlekSIS was not categorised as an installable PWA.
* Announcements without any recipient had a line to display recipients * Announcements without any recipient had a line to display recipients
* Missing migrations for update of OAuth library
`3.2.0`_ - 2023-12-25 `3.2.0`_ - 2023-12-25
--------------------- ---------------------
......
...@@ -9,7 +9,7 @@ class Migration(migrations.Migration): ...@@ -9,7 +9,7 @@ class Migration(migrations.Migration):
dependencies = [ dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL), migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('core', '0061_remove_group_additional_fields'), ('core', '0049_oauthapplication_post_logout_redirect_uris'),
] ]
operations = [ operations = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment