Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/serializers/xml_serializer.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-8/+11
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Fixed #25050 -- Allowed serialization of models with defe...Grégoire ROCHER2015-07-021-1/+2
* Fixed #20197 -- Made XML serializer fail loudly when outp...Claude Paroz2015-06-191-2/+8
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-2/+2
* Fixed #24558 -- Made dumpdata mapping ordering determinis...Simon Charette2015-04-021-10/+11
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-17/+17
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+6
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-2/+2
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-041-1/+1
* Took advantage of the new get_model API. Refs #21702.Aymeric Augustin2014-01-261-2/+1
* Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-281-3/+1
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-1/+2
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Fixed all the E203 violationsAlex Gaynor2013-10-271-7/+7
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-4/+4
* Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #13252 -- Added ability to serialize with natural p...Tai Lee2013-10-111-18/+14
* Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham2013-09-031-1/+1
* Fixed #19998 -- Fixed --ignorenonexistent support for XML...Christoph Sieghart2013-03-301-1/+5
* Restrict the XML deserializer to prevent network and enti...Carl Meyer2013-02-191-1/+94
* Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin2012-11-031-2/+0
* [py3] Renamed `next` to `__next__` in iterators.Aymeric Augustin2012-08-091-1/+3
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-9/+9
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-1/+3
* Fixed #17602 -- Stopped the XML serializer from doing unn...Jannis Leidel2012-02-041-10/+5
* Reverting r14994 (at request of SmileyChris) because of s...Russell Keith-Magee2010-12-211-13/+18
* Fixes #13252 -- Use the natural key instead of the primar...Chris Beaven2010-12-211-18/+13
* Fixed #11486 -- Corrected the XML serializer to allow for...Russell Keith-Magee2010-09-191-9/+16
* Fixed #13030 -- Corrected natural key deserialization to ...Russell Keith-Magee2010-03-181-0/+4
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-3/+4
* Fixed #7052 -- Added support for natural keys in serializ...Russell Keith-Magee2009-12-141-12/+62
* Fixed #10109 -- Removed the use of raw SQL in many-to-man...Russell Keith-Magee2009-11-031-2/+1
* Fixed #9522 -- Modified handling of values in base serial...Russell Keith-Magee2009-04-131-4/+2
* Fixed #8134 -- Corrected serialization of m2m fields with...Russell Keith-Magee2008-08-121-4/+5
* Fixed #4558 -- Modified XML serializer to handle whitespa...Russell Keith-Magee2007-07-201-2/+2
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-40/+42
* Fixed a serialization problem with objects that have a fo...Russell Keith-Magee2007-05-281-1/+7
* Fixed #4288 -- Modified serializers to pay attention to t...Russell Keith-Magee2007-05-141-2/+2
* Added implementation of --indent for the XML serializer.Russell Keith-Magee2007-03-151-0/+9
* Added various fixes to serializer implementations. Fixes ...Russell Keith-Magee2007-03-131-11/+20
* Fixed #3390: the serializer can now contain forward refer...Jacob Kaplan-Moss2007-02-261-13/+3
* Fixed #2894: XML deserializer now correctly handles null ...Jacob Kaplan-Moss2006-11-071-1/+5
* Added a JSON serializer, a few more tests, and a couple m...Jacob Kaplan-Moss2006-06-291-7/+6
* Added initial cut at serialization framework, along with ...Jacob Kaplan-Moss2006-06-281-0/+218