EcoAccount not serializable #360

Closed
opened 2023-11-29 10:43:00 +01:00 by mpeltriaux · 1 comment
Owner

Status quo

TypeError at /compensation/acc/atcmplt/eco-accounts
Object of type EcoAccount is not JSON serializable
...

Due to changes in Django4 certain models are not directly serializable.

Fix

Fix this and make sure API works as well!

# Status quo ``` TypeError at /compensation/acc/atcmplt/eco-accounts Object of type EcoAccount is not JSON serializable ... ``` Due to changes in Django4 certain models are not directly serializable. # Fix Fix this and make sure API works as well!
mpeltriaux added the
bug
label 2023-11-29 10:43:00 +01:00
mpeltriaux self-assigned this 2023-11-29 10:43:00 +01:00
Author
Owner

Merged in #361

# Merged in #361
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: IT-Naturschutz/konova#360
No description provided.