Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/serializers/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports in __init__.py files.Tim Graham2015-06-271-1/+1
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-4/+4
* Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson2014-10-151-0/+80
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+7
* Fixed all the E203 violationsAlex Gaynor2013-10-271-6/+6
* Fixed Python 3 syntax error introduced in [c72392da]Tim Graham2013-09-071-1/+1
* Cleanup commit after peer review.Roberto Aguilar2013-09-071-1/+0
* Added yaml directly into BUILTIN_SERIALIZERS.Roberto Aguilar2013-09-061-8/+32
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+2
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-1/+1
* remove a bunch of unnescesarry iterkeys() callsAlex Gaynor2012-08-081-1/+1
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-2/+3
* Fixed #15889 -- when trying to access to access a seriali...Alex Gaynor2011-04-261-0/+7
* Fixed #14823 -- Corrected bootstrapping problems with reg...Russell Keith-Magee2011-01-271-0/+4
* Fixed #14819 -- Corrected typo in serializer docstring. T...Russell Keith-Magee2010-12-041-1/+1
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-7/+7
* Fixed #8193: all dynamic imports in Django are now done c...Jacob Kaplan-Moss2009-03-181-1/+2
* Fixed #7676 -- Modified serializer registration to be thr...Russell Keith-Magee2008-08-151-7/+24
* Fixed #6110 -- Mark the python format serializer as for i...Malcolm Tredinnick2007-12-171-0/+5
* Fixed #3036 -- Fixed some doctest strings that were faili...Russell Keith-Magee2007-09-151-3/+3
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-8/+8
* Added a YAML serializer built on PyYAML (http://pyyaml.or...Jacob Kaplan-Moss2007-03-121-0/+7
* Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee2007-03-011-0/+5
* Fixed #2968 -- Changed arguments to __import__ to use emp...Adrian Holovaty2006-10-301-1/+1
* Added a JSON serializer, a few more tests, and a couple m...Jacob Kaplan-Moss2006-06-291-1/+3
* Added initial cut at serialization framework, along with ...Jacob Kaplan-Moss2006-06-281-0/+76