django1/django/core/serializers
Tim Graham 3e9aa29871 Refs #16850 -- Removed obsolete simplejson support in JSON serializer.
cpython's json version is 2.0.9 so this line is never used.
2017-05-20 22:09:08 -04:00
..
__init__.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00
base.py Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-table inheritance models." 2017-02-11 06:34:59 -05:00
json.py Refs #16850 -- Removed obsolete simplejson support in JSON serializer. 2017-05-20 22:09:08 -04:00
python.py Refs #23919 -- Removed force_text() in Python deserializer needed only on Python 2 2017-04-27 14:05:25 +02:00
pyyaml.py Refs #23919 -- Used yield from. 2017-02-23 20:06:01 -05:00
xml_serializer.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00