django1/tests/serializers
Mikolaj Rybinski 8e90560aa8 Fixed -- Fixed detecting primary key values in deserialization when PK is also a FK. 2021-02-05 12:33:43 +01:00
..
models Fixed -- 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 -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
test_deserializedobject.py Refs -- Tested some __repr__() methods. 2016-12-01 08:09:38 -05:00
test_json.py Fixed -- Fixed UnboundLocalError crash when deserializing m2m fields and value isn't iterable. 2019-12-13 11:38:09 +01:00
test_jsonl.py Refs -- Minor edits to JSONL serializer. 2020-06-17 07:59:40 +02:00
test_natural.py Fixed -- 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 -- Made JSON and YAML serializers use Unicode by default. 2020-04-28 11:11:39 +02:00
test_yaml.py Refs -- Fixed ordering of test YAML dumps. 2019-05-03 10:48:18 +02:00
tests.py Fixed -- Made serializers respect prefetch_related() for m2m fields. 2020-05-25 10:45:16 +02:00