django1/django/core/serializers
Jacob Kaplan-Moss 51f39d59bd Fixed #3390: the serializer can now contain forward references. Thanks, Russ.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4610 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26 17:33:27 +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 #3390: the serializer can now contain forward references. Thanks, Russ. 2007-02-26 17:33:27 +00:00
xml_serializer.py Fixed #3390: the serializer can now contain forward references. Thanks, Russ. 2007-02-26 17:33:27 +00:00