diff --git a/README.rst b/README.rst index 290669c5779841ac7713f7f8004cc3141de0b1f9..a7a156f734ab9bc96e0b549177587e22d848898b 100644 --- a/README.rst +++ b/README.rst @@ -68,9 +68,10 @@ Licence Copyright © 2019, 2020, 2021, 2022 Dominik George <dominik.george@teckids.org> Copyright © 2019, 2020, 2021, 2022 Tom Teichler <tom.teichler@teckids.org> Copyright © 2019 mirabilos <thorsten.glaser@teckids.org> + Copyright © 2021, 2022 magicfelix <felix@felix-zauberer.de> Copyright © 2021 Lloyd Meins <meinsll@katharineum.de> - Copyright © 2021 magicfelix <felix@felix-zauberer.de> Copyright © 2022 Benedict Suska <benedict.suska@teckids.org> + Copyright © 2022 Lukas Weichelt <lukas.weichelt@teckids.org> Licenced under the EUPL, version 1.2 or later, by Teckids e.V. (Bonn, Germany). diff --git a/aleksis/core/apps.py b/aleksis/core/apps.py index 4e7229d81e00d4f5d9f4ecccce86a703bee6befa..096d7effb318402480dcb35bb244a96d59b0d156 100644 --- a/aleksis/core/apps.py +++ b/aleksis/core/apps.py @@ -43,9 +43,10 @@ class CoreConfig(AppConfig): ([2019, 2020, 2021, 2022], "Dominik George", "dominik.george@teckids.org"), ([2019, 2020, 2021, 2022], "Tom Teichler", "tom.teichler@teckids.org"), ([2019], "mirabilos", "thorsten.glaser@teckids.org"), + ([2021, 2022], "magicfelix", "felix@felix-zauberer.de"), ([2021], "Lloyd Meins", "meinsll@katharineum.de"), - ([2021], "magicfelix", "felix@felix-zauberer.de"), ([2022], "Benedict Suska", "benedict.suska@teckids.org"), + ([2022], "Lukas Weichelt", "lukas.weichelt@teckids.org"), ) def ready(self): diff --git a/aleksis/core/migrations/0042_task_assignment_meta.py b/aleksis/core/migrations/0043_task_assignment_meta.py similarity index 97% rename from aleksis/core/migrations/0042_task_assignment_meta.py rename to aleksis/core/migrations/0043_task_assignment_meta.py index fe70ebd2b6783e9f92a28239164144a01d1ccb3b..cbacf70ba1e67ad0a1165aad4b6544fc0c7f0353 100644 --- a/aleksis/core/migrations/0042_task_assignment_meta.py +++ b/aleksis/core/migrations/0043_task_assignment_meta.py @@ -9,7 +9,7 @@ import oauth2_provider.models class Migration(migrations.Migration): dependencies = [ - ('core', '0041_update_gender_choices'), + ('core', '0042_pdffile_empty'), ] operations = [ diff --git a/aleksis/core/migrations/0043_task_assignment_result_fetched.py b/aleksis/core/migrations/0044_task_assignment_result_fetched.py similarity index 91% rename from aleksis/core/migrations/0043_task_assignment_result_fetched.py rename to aleksis/core/migrations/0044_task_assignment_result_fetched.py index b6f0da02d60d78d1ed503ecadb29c45c06a3e645..e4aa43a634bb6c702861a8800f7537b978735ee0 100644 --- a/aleksis/core/migrations/0043_task_assignment_result_fetched.py +++ b/aleksis/core/migrations/0044_task_assignment_result_fetched.py @@ -10,7 +10,7 @@ import oauth2_provider.models class Migration(migrations.Migration): dependencies = [ - ("core", "0042_task_assignment_meta"), + ("core", "0043_task_assignment_meta"), ] operations = [ diff --git a/pyproject.toml b/pyproject.toml index eb1c126332cb282b1523921e001ee7c713851d46..828f987b1e31a24f9fac8d833860a598acc57cc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,8 @@ authors = [ "Hangzhi Yu <yuha@katharineum.de>", "Lloyd Meins <meinsll@katharineum.de>", "magicfelix <felix@felix-zauberer.de>", - "Benedict Suska <benedict.suska@teckids.de>" + "Benedict Suska <benedict.suska@teckids.de>", + "Lukas Weichelt <lukas.weichelt@teckids.de>" ] maintainers = [ "Jonathan Weth <dev@jonathanweth.de>",