summaryrefslogtreecommitdiff
path: root/tests/serializers/test_xml.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+5
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+5
* Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.Hasan Ramezani2020-04-281-8/+0
* Refs #29249 -- Added tests for serializing Unicode data with XML serializer.Hasan Ramezani2020-04-281-0/+8
* Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing...Simon Charette2017-11-301-6/+0
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Separated XML serialization testsClaude Paroz2015-09-261-0/+118