summaryrefslogtreecommitdiff
path: root/django/core/serializers/base.py
AgeCommit message (Expand)Author
2007-03-23gis: Merged revisions 4669-4785 via svnmerge from trunk.Jeremy Dunck
2007-03-06gis: Merged revisions 4564-4668 via svnmerge fromJeremy Dunck
2006-11-07Fixed #2701: Added "fields" argument to serializers.serialize. Thanks, Deryck.Jacob Kaplan-Moss
2006-08-31Fixed #2611 -- Fixed XML serializer to handle null datetime fields. Thanks fo...Adrian Holovaty
2006-06-29Added a JSON serializer, a few more tests, and a couple more lines of docs.Jacob Kaplan-Moss
2006-06-28Added initial cut at serialization framework, along with some basic tests and...Jacob Kaplan-Moss