index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
serializers
/
json.py
Age
Commit message (
Expand
)
Author
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-14
Fixed #7052 -- Added support for natural keys in serialization.
Russell Keith-Magee
2008-07-30
Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, d...
Russell Keith-Magee
2008-07-18
Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to...
Adrian Holovaty
2008-02-19
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Malcolm Tredinnick
2007-12-17
Fixed #6110 -- Mark the python format serializer as for internal use only. T...
Malcolm Tredinnick
2007-06-01
Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser...
Russell Keith-Magee
2007-05-21
Removed some cruft left over from fixing problems in the move to DecimalField
Malcolm Tredinnick
2007-05-21
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
Malcolm Tredinnick
2007-04-25
Fixed #3435 -- Fixed serializing to a file stream. Patch from SmileyChris.
Malcolm Tredinnick
2006-09-22
Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh.
Malcolm Tredinnick
2006-08-28
Fixed #2607 -- Fixed incorrect ordering of super() arguments in DateTimeAware...
Adrian Holovaty
2006-07-31
Fixed #2460 -- JSON serializer now correctly handles datetime objects. Thank...
Jacob Kaplan-Moss
2006-06-29
Added a JSON serializer, a few more tests, and a couple more lines of docs.
Jacob Kaplan-Moss