django1/django/core/serializers
Russell Keith-Magee ea07351799 Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON serializer. Also added documenation for the 'fields' argument.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5409 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01 13:39:08 +00:00
..
__init__.py Added a YAML serializer built on PyYAML (http://pyyaml.org/). This serializer will only be enabled if PyYAML is installed, so I've not written any unit tests until I figure out how to make them work similarly. Still, the serializer is just a thin layer over the base Python serializer, and seems to Just Work. 2007-03-12 14:01:44 +00:00
base.py Fixed #3435 -- Fixed serializing to a file stream. Patch from SmileyChris. 2007-04-25 10:12:05 +00:00
json.py Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON serializer. Also added documenation for the 'fields' argument. 2007-06-01 13:39:08 +00:00
python.py Fixed a serialization problem with objects that have a foreign key on an object whose primary key is a OneToOneField. 2007-05-28 05:41:32 +00:00
pyyaml.py Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON serializer. Also added documenation for the 'fields' argument. 2007-06-01 13:39:08 +00:00
xml_serializer.py Fixed a serialization problem with objects that have a foreign key on an object whose primary key is a OneToOneField. 2007-05-28 05:41:32 +00:00