django1/django/core/serializers
Mikolaj Rybinski 8e90560aa8 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 Fixed #30190 -- Added JSONL serializer. 2020-06-16 16:51:58 +02:00
base.py Fixed #32420 -- Fixed detecting primary key values in deserialization when PK is also a FK. 2021-02-05 12:33:43 +01:00
json.py Fixed #29249 -- Made JSON and YAML serializers use Unicode by default. 2020-04-28 11:11:39 +02:00
jsonl.py Refs #30190 -- Minor edits to JSONL serializer. 2020-06-17 07:59:40 +02:00
python.py Fixed #29078 -- Made serializers respect prefetch_related() for m2m fields. 2020-05-25 10:45:16 +02:00
pyyaml.py Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
xml_serializer.py Fixed #30583 -- Fixed handling JSONFields in XML serializer. 2020-06-17 11:12:18 +02:00