django1/django/core/serializers
Jacob Kaplan-Moss a1199d8528 Fixed #2894: XML deserializer now correctly handles null primary keys.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4046 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07 05:01:35 +00:00
..
__init__.py Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instead of empty string, for stricter compliance with Python library reference. Thanks for the patch, Yasushi Masuda 2006-10-30 20:50:27 +00:00
base.py Fixed #2701: Added "fields" argument to serializers.serialize. Thanks, Deryck. 2006-11-07 04:50:13 +00:00
json.py Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh. 2006-09-22 13:26:07 +00:00
python.py Fixed #2921: deserialization no longer failes on NULL primary keys. Thanks, mir@noris.de. 2006-11-07 04:56:50 +00:00
xml_serializer.py Fixed #2894: XML deserializer now correctly handles null primary keys. 2006-11-07 05:01:35 +00:00