django1/tests/serializers
Denys Duchier cb7860cced Fixed #24607 -- Serialized natural keys in multi-table inheritance models.
Thanks João Paulo Melo de Sampaio for the test.
2018-02-12 21:15:04 -05:00
..
models Fixed #24607 -- Serialized natural keys in multi-table inheritance models. 2018-02-12 21:15:04 -05:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
test_data.py Fixed #28893 -- Removed unnecessary dict.items() calls. 2017-12-06 17:17:59 -05:00
test_deserializedobject.py Refs #27546 -- Tested some __repr__() methods. 2016-12-01 08:09:38 -05:00
test_json.py Fixed #28984 -- Made assorted code simplifications. 2018-01-03 13:24:02 -05:00
test_natural.py Fixed #24607 -- Serialized natural keys in multi-table inheritance models. 2018-02-12 21:15:04 -05:00
test_xml.py Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing to a MTI model. 2017-11-30 09:28:44 -05:00
test_yaml.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
tests.py Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing to a MTI model. 2017-11-30 09:28:44 -05:00