django_4 #362

Merged
mpeltriaux merged 3 commits from django_4 into Docker_django_4 10 months ago
Owner

Update Docker django4

Update Docker django4
mpeltriaux added 3 commits 10 months ago
fb67e42078 # CSRF_TRUSTED_ORIGINS
* new in Django4: setting CSRF_TRUSTED_ORIGINS needs to be set to schema+host for new CSRF security handling
a0823814c5 Hotfix: EcoAccount serializable
* fixes bug where EcoAccount model was not serializable due to changes in newer DAL version due to Django4
mpeltriaux merged commit 80bdb361be into Docker_django_4 10 months ago
The pull request has been merged as 80bdb361be.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b django_4 Docker_django_4
git pull origin django_4

Step 2:

Merge the changes and update on Gitea.
git checkout Docker_django_4
git merge --no-ff django_4
git push origin Docker_django_4
Sign in to join this conversation.
Loading…
There is no content yet.