Hotfix: EcoAccount serializable #361

Merged
mpeltriaux merged 1 commits from 360_EcoAccount_not_serializable into django_4 10 months ago
Owner
  • fixes bug where EcoAccount model was not serializable due to changes in newer DAL version due to Django4
* fixes bug where EcoAccount model was not serializable due to changes in newer DAL version due to Django4
mpeltriaux added 1 commit 10 months ago
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 b9c9310f21 into django_4 10 months ago
mpeltriaux deleted branch 360_EcoAccount_not_serializable 10 months ago
The pull request has been merged as b9c9310f21.
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 360_EcoAccount_not_serializable django_4
git pull origin 360_EcoAccount_not_serializable

Step 2:

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