index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
serializers
/
test_json.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2023-06-04
Fixed #34620 -- Fixed serialization crash on m2m fields without natural keys ...
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-12-13
Fixed #26743 -- Fixed UnboundLocalError crash when deserializing m2m fields a...
Baptiste Mispelon
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-07-14
Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.
Will Hardy
2016-06-29
Avoided db queries in test_indentation_whitespace.
Berker Peksag
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-09-26
Separated JSON serialization tests
Claude Paroz