Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/serializers
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham2013-09-031-1/+1
* Fixed #13182 -- Prevented trailing spaces in indented jso...Claude Paroz2013-08-311-0/+3
* Removed most of absolute_import importsClaude Paroz2013-07-291-0/+1
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+2
* Removed several unused imports.Aymeric Augustin2013-06-191-1/+0
* Fixed #20136 - Fixed and expanded the docs for loaddata a...Tim Graham2013-05-121-3/+1
* Fixed #19998 -- Fixed --ignorenonexistent support for XML...Christoph Sieghart2013-03-301-1/+5
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-192-2/+4
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-1/+1
* Merge pull request #717 from slurms/ticket_19746Florian Apolloner2013-02-241-1/+1
|\
| * Fixed #19746 -- Allow deserialization of pk-less dataNick Sandford2013-02-121-1/+1
* | Restrict the XML deserializer to prevent network and enti...Carl Meyer2013-02-191-1/+94
|/
* Fixed #19689 -- Renamed `Model._meta.module_name` to `mod...Simon Charette2013-02-051-1/+1
* Fixed #12914 -- Use yaml faster C implementation when ava...Claude Paroz2013-01-051-2/+9
* Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin2012-11-032-5/+1
* Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes2012-10-011-1/+11
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-292-2/+0
* [py3] Fixed serializers testsClaude Paroz2012-08-141-4/+2
* [py3] Fixed JSON deserializationClaude Paroz2012-08-111-4/+3
* [py3] Renamed `next` to `__next__` in iterators.Aymeric Augustin2012-08-092-2/+6
* [py3] Fixed 'iterable but non string' detectionClaude Paroz2012-08-081-2/+2
* remove a bunch of unnescesarry iterkeys() callsAlex Gaynor2012-08-081-1/+1
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-075-19/+19
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-072-3/+5
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-223-3/+6
* Fixed #15197 -- Fixed yaml serialization into HttpResponseClaude Paroz2012-06-282-4/+4
* Favored text (StringIO) over binary content for deseriali...Claude Paroz2012-06-152-11/+10
* Fixed #18457 -- Fixed encoding error in yaml deserializerClaude Paroz2012-06-101-1/+5
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-073-3/+9
* Fixed #5423 -- Made dumpdata output one row at a time.Claude Paroz2012-05-263-7/+38
* Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz2012-05-053-7/+7
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-292-2/+2
* Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin2012-04-291-5/+8
* Fix #17879: Corrected regression in python (inherited by ...Karen Tracey2012-03-121-1/+4
* Fixed #17717 (again) -- Used the new API for concrete mod...Jannis Leidel2012-03-031-3/+3
* Fixed #17717 -- Fixed serialization of proxy models. Than...Jannis Leidel2012-03-031-2/+5
* Fixed the exception handling when deserializing via gener...Jannis Leidel2012-02-102-0/+4
* Fixed #11970 -- Wrapped the exception happening during de...Jannis Leidel2012-02-092-5/+16
* Fixed #17602 -- Stopped the XML serializer from doing unn...Jannis Leidel2012-02-042-22/+11
* Tweaked changes from r17228 to cater for older simplejson...Ramiro Morales2011-12-181-1/+3
* Fixed #16850 -- Made sure we always represent Decimal ins...Ramiro Morales2011-12-171-0/+1
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-10/+15
* Used yaml.safe_load instead of yaml.load, because safety ...Aymeric Augustin2011-11-011-1/+1
* Fixed #16923 -- Removed unused method in the serializatio...Aymeric Augustin2011-10-131-6/+0
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-2/+1
* Fixed #15889 -- when trying to access to access a seriali...Alex Gaynor2011-04-262-0/+11
* Fixed #14823 -- Corrected bootstrapping problems with reg...Russell Keith-Magee2011-01-271-0/+4
* Fixed #14888 -- Removing duplicated code in serialisers. ...Andrew Godwin2011-01-083-9/+3
* Reverting r14994 (at request of SmileyChris) because of s...Russell Keith-Magee2010-12-213-44/+25
* Fixes #13252 -- Use the natural key instead of the primar...Chris Beaven2010-12-213-25/+44