django1/django/core/serializers
Andriy Sokolovskiy 5c995dcfc2 Fixed #24320 - Used field.value_to_string() in serialization of foreign key.
This fixes serialization of a ForeignKey to a UUIDField as the
test indicates.
2015-02-13 12:37:23 -05:00
..
__init__.py Fixed #23660 -- Moved sort_dependencies to core. 2014-10-16 03:04:13 +07:00
base.py Removed dumpdata --natural option and serializers use_natural_keys parameter. 2015-01-17 20:18:34 -05:00
json.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
python.py Fixed #24320 - Used field.value_to_string() in serialization of foreign key. 2015-02-13 12:37:23 -05:00
pyyaml.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
xml_serializer.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00