django1/tests/serializers_regress
Andriy Sokolovskiy 136edac897 [1.8.x] 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.

Backport of 5c995dcfc2 from master
2015-02-13 12:45:35 -05:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py [1.8.x] Fixed #24320 - Used field.value_to_string() in serialization of foreign key. 2015-02-13 12:45:35 -05:00
tests.py [1.8.x] Fixed #24320 - Used field.value_to_string() in serialization of foreign key. 2015-02-13 12:45:35 -05:00