Alexander Haase b5bc0bad38 Cover multitable inheritance in serialization
During serialization, custom fields may be available to a model due to
multi-table inheritance, but might not be available in serialized data
because only direct fields of the model are covered. Now this attribute
is only used if available in serialized data. Models using multi-table
inheritance must modify their serialize_object() method to cover parent
serialization.
2025-02-20 10:09:35 -05:00
..
2024-12-12 12:13:45 -05:00
2023-05-16 14:10:44 -04:00
2024-03-22 15:15:37 -04:00
2025-02-10 10:56:09 -05:00