summaryrefslogtreecommitdiff
path: root/django/utils/xmlutils.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-02-06Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2017-06-20Fixed #28324 -- Made feedgenerators write feeds with deterministically ordere...Georg Sauthoff
2015-06-19Fixed #20197 -- Made XML serializer fail loudly when outputting unserializabl...Claude Paroz
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2006-06-03Eliminated lots of mutable default arguments (since they are bugsLuke Plant
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty