mirror of
https://github.com/django/django.git
synced 2025-01-18 14:24:39 +00:00
b9aa3239ab
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`.