summaryrefslogtreecommitdiff
path: root/django/utils/xmlutils.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope2019-02-061-2/+1
| | | | Dicts preserve order since Python 3.6.
* Refs #29784 -- Switched to https:// links where available.Jon Dufresne2018-09-261-1/+1
|
* Fixed #28324 -- Made feedgenerators write feeds with deterministically ↵Georg Sauthoff2017-06-201-0/+6
| | | | ordered attributes.
* Fixed #20197 -- Made XML serializer fail loudly when outputting ↵Claude Paroz2015-06-191-0/+12
| | | | | | unserializable chars Thanks Tim Graham for the review.
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
|
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-1/+2
|
* Eliminated lots of mutable default arguments (since they are bugsLuke Plant2006-06-031-1/+2
| | | | | | | waiting to happen and are memory leaks too). git-svn-id: http://code.djangoproject.com/svn/django/trunk@3070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty2005-07-131-0/+13
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3 bcc190cf-cafb-0310-a4f2-bffc1f526a37