Update to django 5 to support python3.13 #91

Merged
heinzel merged 9 commits from update_django into master 2025-04-11 10:25:55 +02:00

9 Commits

Author SHA1 Message Date
e5c1bbed4b Django 5: LogoutView must be called via POST now
Some checks failed
Run tests / Execute tox to run the test suite (push) Failing after 1m26s
2025-04-11 09:37:12 +02:00
86dadac421 Fixed workflow for django 4 2025-04-10 15:08:29 +02:00
a143e8e239 Fixed LogoutView for Django 4 2025-04-10 15:02:42 +02:00
62accd4197 Replaced default_app_config variable by module config to locate the
AppConfig object
2025-04-10 15:01:46 +02:00
0438cf91c6 Fixed small errors in INSTALL.txt 2025-04-10 12:41:37 +02:00
b70fbbfa90 Replaced django.conf.urls.url by django.urls.re_path 2025-04-10 12:14:35 +02:00
e953dcc7e0 Removed providing_args argument for django.dispatch.Signal
Was deprecated in Django 3 and removed in Django 4
2025-04-10 11:43:52 +02:00
e29e741790 Fixed invalid escape sequence in message string 2025-04-10 11:38:37 +02:00
d7e2acff34 Replaced ugettext and ugettext_lazy with gettext and gettext_lazy
ugettext and ugettext_lazy were deprecated in Django 3 and will be
removed in Django 4.
2025-04-10 11:33:06 +02:00