Deploy Django5 stuff on production #93

Merged
heinzel merged 11 commits from stage into production 2025-04-11 11:23:24 +02:00

11 Commits

Author SHA1 Message Date
d43584ef03 Merge pull request 'Test django 5 and Python 3.13' (#92) from master into stage
All checks were successful
Deploy into stage environment / Deploy into stage environment (push) Successful in 5s
Run tests / Execute tox to run the test suite (push) Successful in 4m51s
Reviewed-on: #92
2025-04-11 10:36:26 +02:00
1d7bb641c8 Merge pull request 'Update to django 5 to support python3.13' (#91) from update_django into master
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 4m47s
Run tests every night at 05:05 / Execute tox to run the test suite (push) Successful in 3m24s
Reviewed-on: #91
2025-04-11 10:25:54 +02:00
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