django/tests/serializers
Adam Johnson 45a42aabfa Fixed #29708 -- Deprecated PickleSerializer. 2022-01-13 13:50:20 +01:00
..
models Fixed #32420 -- Fixed detecting primary key values in deserialization when PK is also a FK. 2021-02-05 12:33:43 +01:00
__init__.py
test_data.py Refs #31369 -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
test_deserializedobject.py Refs #27546 -- Tested some __repr__() methods. 2016-12-01 08:09:38 -05:00
test_json.py Fixed #26743 -- Fixed UnboundLocalError crash when deserializing m2m fields and value isn't iterable. 2019-12-13 11:38:09 +01:00
test_jsonl.py Refs #30190 -- Minor edits to JSONL serializer. 2020-06-17 07:59:40 +02:00
test_natural.py Fixed #32420 -- Fixed detecting primary key values in deserialization when PK is also a FK. 2021-02-05 12:33:43 +01:00
test_xml.py Fixed #29249 -- Made JSON and YAML serializers use Unicode by default. 2020-04-28 11:11:39 +02:00
test_yaml.py Refs #11929 -- Fixed ordering of test YAML dumps. 2019-05-03 10:48:18 +02:00
tests.py Fixed #29708 -- Deprecated PickleSerializer. 2022-01-13 13:50:20 +01:00