django1/django/core/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
..
__init__.py Fixed -- Added JSONL serializer. 2020-06-16 16:51:58 +02:00
base.py Fixed -- Fixed detecting primary key values in deserialization when PK is also a FK. 2021-02-05 12:33:43 +01:00
json.py Fixed -- Made JSON and YAML serializers use Unicode by default. 2020-04-28 11:11:39 +02:00
jsonl.py Refs -- Minor edits to JSONL serializer. 2020-06-17 07:59:40 +02:00
python.py Fixed -- 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 -- Fixed handling JSONFields in XML serializer. 2020-06-17 11:12:18 +02:00