1
0
mirror of https://github.com/django/django.git synced 2025-04-11 11:02:22 +00:00
django/tests/serializers
Adam Zapletal d887bf9ff5 Refs #21286 -- Fixed YAML serialization of TimeField primary key.
Handling for PyYAML not being able to serialize `datetime.time`
values is moved from `handle_field` to `_value_from_field` as only
non-primary key, non-relation fields are passed into `handle_field`.
2024-11-17 07:58:30 -08:00
..