0
0
mirror of https://github.com/django/django.git synced 2024-11-22 03:18:31 +01:00
django/tests/serializers
Adam Zapletal b9aa3239ab 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-12 13:23:14 +01:00
..
models Refs #21286 -- Fixed YAML serialization of TimeField primary key. 2024-11-12 13:23:14 +01:00
__init__.py
test_data.py Refs #21286 -- Fixed YAML serialization of TimeField primary key. 2024-11-12 13:23:14 +01:00
test_deserialization.py
test_json.py
test_jsonl.py
test_natural.py
test_xml.py
test_yaml.py
tests.py