Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/serializers/json.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz2015-09-271-0/+3
* Reordered import in JSON serializerClaude Paroz2015-06-241-1/+1
* Fixed #25019 -- Added UUID support in DjangoJSONEncoderLukas Hetzenecker2015-06-241-1/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+4
* Added a new GeoJSON serialization format for GeoDjangoClaude Paroz2014-11-151-1/+4
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed #13182 -- Prevented trailing spaces in indented jso...Claude Paroz2013-08-311-0/+3
* Removed most of absolute_import importsClaude Paroz2013-07-291-0/+1
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-191-1/+2
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-1/+0
* [py3] Fixed JSON deserializationClaude Paroz2012-08-111-4/+3
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-1/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+2
* Fixed #15197 -- Fixed yaml serialization into HttpResponseClaude Paroz2012-06-281-3/+2
* Favored text (StringIO) over binary content for deseriali...Claude Paroz2012-06-151-7/+6
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-1/+4
* Fixed #5423 -- Made dumpdata output one row at a time.Claude Paroz2012-05-261-2/+27
* Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz2012-05-051-2/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin2012-04-291-5/+8
* Fixed the exception handling when deserializing via gener...Jannis Leidel2012-02-101-0/+2
* Fixed #11970 -- Wrapped the exception happening during de...Jannis Leidel2012-02-091-2/+9
* Tweaked changes from r17228 to cater for older simplejson...Ramiro Morales2011-12-181-1/+3
* Fixed #16850 -- Made sure we always represent Decimal ins...Ramiro Morales2011-12-171-0/+1
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-10/+15
* Fixed #14888 -- Removing duplicated code in serialisers. ...Andrew Godwin2011-01-081-3/+0
* Fixed #12164 -- Removed the Python 2.3 compatibility impo...Russell Keith-Magee2010-05-041-5/+1
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-1/+1
* Fixed #7052 -- Added support for natural keys in serializ...Russell Keith-Magee2009-12-141-0/+1
* Fixed #7990 -- Modified serializers to use StringIO, rath...Russell Keith-Magee2008-07-301-5/+4
* Fixed #1443 -- Django's various bits now support dates be...Adrian Holovaty2008-07-181-3/+6
* Fixed #6481 -- Fixed a bunch of import problems (and some...Malcolm Tredinnick2008-02-191-1/+0
* Fixed #6110 -- Mark the python format serializer as for i...Malcolm Tredinnick2007-12-171-0/+2
* Fixed #3466 -- Fixed problem with specifyin a 'fields' ar...Russell Keith-Magee2007-06-011-0/+2
* Removed some cruft left over from fixing problems in the ...Malcolm Tredinnick2007-05-221-23/+0
* Fixed #2365, #3324 -- Renamed FloatField to DecimalField ...Malcolm Tredinnick2007-05-211-4/+38
* Fixed #3435 -- Fixed serializing to a file stream. Patch ...Malcolm Tredinnick2007-04-251-6/+7
* Fixed #2515 -- Allow passing of options to JSON serialize...Malcolm Tredinnick2006-09-221-1/+1
* Fixed #2607 -- Fixed incorrect ordering of super() argume...Adrian Holovaty2006-08-281-1/+1
* Fixed #2460 -- JSON serializer now correctly handles date...Jacob Kaplan-Moss2006-07-311-3/+3
* Added a JSON serializer, a few more tests, and a couple m...Jacob Kaplan-Moss2006-06-291-0/+51