django1/django/core/serializers
Claude Paroz 5c1143910e Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
2013-07-29 20:28:13 +02:00
..
__init__.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
base.py Removed several unused imports. 2013-06-19 17:18:40 +02:00
json.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
python.py Fixed #19746 -- Allow deserialization of pk-less data 2013-02-12 17:10:42 +08:00
pyyaml.py Fixed #18003 -- Preserved tracebacks when re-raising errors. 2013-03-19 15:42:39 -07:00
xml_serializer.py Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures. 2013-03-30 11:59:50 +01:00