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
2025-03-11
Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)
Tom Carrick
2024-09-17
Fixed #29522 -- Refactored the Deserializer functions to classes.
Amir Karimi
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-04-28
Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.
Hasan Ramezani
2017-05-20
Refs #16850 -- Removed obsolete simplejson support in JSON serializer.
Tim Graham
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-08-19
Removed DateTimeAwareJSONEncoder alias.
Tim Graham
2016-07-14
Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.
Will Hardy
2016-06-28
Fixed #15091 -- Allowed passing custom encoder to JSON serializer.
Berker Peksag
2015-09-27
Fixed #25468 -- Made DjangoJSONEncoder lazy string aware
Claude Paroz
2015-06-24
Reordered import in JSON serializer
Claude Paroz
2015-06-24
Fixed #25019 -- Added UUID support in DjangoJSONEncoder
Lukas Hetzenecker
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-15
Added a new GeoJSON serialization format for GeoDjango
Claude Paroz
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-10
Whitespace cleanup.
Tim Graham
2013-08-31
Fixed #13182 -- Prevented trailing spaces in indented json output
Claude Paroz
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-11
[py3] Fixed JSON deserialization
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-28
Fixed #15197 -- Fixed yaml serialization into HttpResponse
Claude Paroz
2012-06-15
Favored text (StringIO) over binary content for deserialization
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-26
Fixed #5423 -- Made dumpdata output one row at a time.
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2012-02-10
Fixed the exception handling when deserializing via generators on Python 2.5 ...
Jannis Leidel
2012-02-09
Fixed #11970 -- Wrapped the exception happening during deserialization in Des...
Jannis Leidel
2011-12-17
Tweaked changes from r17228 to cater for older simplejson versions.
Ramiro Morales
2011-12-17
Fixed #16850 -- Made sure we always represent Decimal instances with JS strin...
Ramiro Morales
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-01-08
Fixed #14888 -- Removing duplicated code in serialisers. Thanks to eric.fortin.
Andrew Godwin
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
[next]