summaryrefslogtreecommitdiff
path: root/django/core/serializers/json.py
AgeCommit message (Expand)Author
2007-06-01Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser...Russell Keith-Magee
2007-05-21Removed some cruft left over from fixing problems in the move to DecimalFieldMalcolm Tredinnick
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-04-25Fixed #3435 -- Fixed serializing to a file stream. Patch from SmileyChris.Malcolm Tredinnick
2006-09-22Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh.Malcolm Tredinnick
2006-08-28Fixed #2607 -- Fixed incorrect ordering of super() arguments in DateTimeAware...Adrian Holovaty
2006-07-31Fixed #2460 -- JSON serializer now correctly handles datetime objects. Thank...Jacob Kaplan-Moss
2006-06-29Added a JSON serializer, a few more tests, and a couple more lines of docs.Jacob Kaplan-Moss