django1/django/core/serializers
Russell Keith-Magee db8525cc01 Fixed a flaw in the serializers that prevented OneToOneFields being serialized as JSON objects.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-27 13:42:51 +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 a flaw in the serializers that prevented OneToOneFields being serialized as JSON objects. 2007-01-27 13:42:51 +00:00
xml_serializer.py Fixed #2894: XML deserializer now correctly handles null primary keys. 2006-11-07 05:01:35 +00:00