django/tests/serializers
Tim Graham eeb28f4751 [1.11.x] Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-table inheritance models."
This reverts commit 74a575eb72 as it causes
unexpected migrations and doesn't seem to be the best solution.

Backport of 0595bca221 from master
2017-02-11 06:40:30 -05:00
..
models [1.11.x] Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-table inheritance models." 2017-02-11 06:40:30 -05:00
__init__.py
test_data.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
test_deserializedobject.py Refs #27546 -- Tested some __repr__() methods. 2016-12-01 08:09:38 -05:00
test_json.py Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder. 2016-07-14 13:34:15 -04:00
test_natural.py [1.11.x] Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-table inheritance models." 2017-02-11 06:40:30 -05:00
test_xml.py Separated XML serialization tests 2015-09-26 19:58:43 +02:00
test_yaml.py Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate. 2016-01-29 13:37:33 -05:00
tests.py Simplified a test after refs #26207. 2016-11-17 10:23:17 -05:00