django1/django/core/serializers
Hasan Ramezani 68fc21b378 Fixed #29249 -- Made JSON and YAML serializers use Unicode by default. 2020-04-28 11:11:39 +02:00
..
__init__.py Fixed #31051 -- Allowed dumpdata to handle circular references in natural keys. 2020-04-07 20:41:59 +02:00
base.py Fixed #26743 -- Fixed UnboundLocalError crash when deserializing m2m fields and value isn't iterable. 2019-12-13 11:38:09 +01:00
json.py Fixed #29249 -- Made JSON and YAML serializers use Unicode by default. 2020-04-28 11:11:39 +02:00
python.py Fixed #30159 -- Removed unneeded use of OrderedDict. 2019-02-06 13:48:39 -05:00
pyyaml.py Fixed #29249 -- Made JSON and YAML serializers use Unicode by default. 2020-04-28 11:11:39 +02:00
xml_serializer.py Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00