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

Update changelog

parent aaa1838b
No related branches found
No related tags found
1 merge request!1501Prepare relase 3.1.6
Pipeline #191348 passed with warnings
...@@ -23,6 +23,7 @@ Fixed ...@@ -23,6 +23,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.1.5`_ - 2023-09-02 `3.1.5`_ - 2023-09-02
--------------------- ---------------------
......
...@@ -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