summaryrefslogtreecommitdiff
path: root/tests/serializers/test_json.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-22/+30
* Fixed #26743 -- Fixed UnboundLocalError crash when deserializing m2m fields a...Baptiste Mispelon2019-12-131-0/+14
* Fixed #28984 -- Made assorted code simplifications.Tim Graham2018-01-031-9/+2
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-3/+3
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.Will Hardy2016-07-141-0/+13
* Avoided db queries in test_indentation_whitespace.Berker Peksag2016-06-291-5/+1
* Fixed #15091 -- Allowed passing custom encoder to JSON serializer.Berker Peksag2016-06-281-0/+20
* Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz2015-09-271-1/+16
* Separated JSON serialization testsClaude Paroz2015-09-261-0/+273