mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
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`. |
||
|---|---|---|
| .. | ||
| models | ||
| __init__.py | ||
| test_data.py | ||
| test_deserialization.py | ||
| test_json.py | ||
| test_jsonl.py | ||
| test_natural.py | ||
| test_xml.py | ||
| test_yaml.py | ||
| tests.py | ||