index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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_xml.py
Age
Commit message (
Expand
)
Author
2026-06-24
Fixed #37183 -- Prevented writing control characters into XML attributes.
Jacob Walls
2026-04-06
Fixed #37023 -- Made XML serializer put each ManyToManyField object on its ow...
Tim Graham
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2023-06-04
Fixed #34620 -- Fixed serialization crash on m2m fields without natural keys ...
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
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
2020-04-28
Refs #29249 -- Added tests for serializing Unicode data with XML serializer.
Hasan Ramezani
2017-11-30
Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing...
Simon Charette
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
2015-09-26
Separated XML serialization tests
Claude Paroz