summaryrefslogtreecommitdiff
path: root/django/core/serializers
AgeCommit message (Expand)Author
2013-09-06[1.6.x] Fixed Python 3 syntax error introduced in [c72392da]Tim Graham
2013-09-06[1.6.x] Merge pull request #1582 from rca/12756-missing-yaml-module-serialize...Russell Keith-Magee
2013-06-19Removed several unused imports.Aymeric Augustin
2013-05-11Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.Tim Graham
2013-03-30Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures.Christoph Sieghart
2013-03-19Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-24Merge pull request #717 from slurms/ticket_19746Florian Apolloner
2013-02-19Restrict the XML deserializer to prevent network and entity-expansion DoS att...Carl Meyer
2013-02-12Fixed #19746 -- Allow deserialization of pk-less dataNick Sandford
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-01-05Fixed #12914 -- Use yaml faster C implementation when availableClaude Paroz
2012-11-03Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-14[py3] Fixed serializers testsClaude Paroz
2012-08-11[py3] Fixed JSON deserializationClaude Paroz
2012-08-09[py3] Renamed `next` to `__next__` in iterators.Aymeric Augustin
2012-08-08[py3] Fixed 'iterable but non string' detectionClaude Paroz
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex Gaynor
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-06-28Fixed #15197 -- Fixed yaml serialization into HttpResponseClaude Paroz
2012-06-15Favored text (StringIO) over binary content for deserializationClaude Paroz
2012-06-10Fixed #18457 -- Fixed encoding error in yaml deserializerClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-26Fixed #5423 -- Made dumpdata output one row at a time.Claude Paroz
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2012-03-12Fix #17879: Corrected regression in python (inherited by yaml and json) seria...Karen Tracey
2012-03-03Fixed #17717 (again) -- Used the new API for concrete models added in r17573....Jannis Leidel
2012-03-03Fixed #17717 -- Fixed serialization of proxy models. Thanks, Anssi Kääriäi...Jannis Leidel
2012-02-10Fixed the exception handling when deserializing via generators on Python 2.5 ...Jannis Leidel
2012-02-09Fixed #11970 -- Wrapped the exception happening during deserialization in Des...Jannis Leidel
2012-02-04Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thank...Jannis Leidel
2011-12-17Tweaked changes from r17228 to cater for older simplejson versions.Ramiro Morales
2011-12-17Fixed #16850 -- Made sure we always represent Decimal instances with JS strin...Ramiro Morales
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-11-01Used yaml.safe_load instead of yaml.load, because safety should be the default.Aymeric Augustin
2011-10-13Fixed #16923 -- Removed unused method in the serialization code.Aymeric Augustin
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-04-26Fixed #15889 -- when trying to access to access a serializer that doesn't exi...Alex Gaynor
2011-01-27Fixed #14823 -- Corrected bootstrapping problems with register_serializers. T...Russell Keith-Magee
2011-01-08Fixed #14888 -- Removing duplicated code in serialisers. Thanks to eric.fortin.Andrew Godwin
2010-12-21Reverting r14994 (at request of SmileyChris) because of some backwards compat...Russell Keith-Magee
2010-12-21Fixes #13252 -- Use the natural key instead of the primary key when serializingChris Beaven
2010-12-04Fixed #14819 -- Corrected typo in serializer docstring. Thanks to stringify f...Russell Keith-Magee
2010-09-19Fixed #11486 -- Corrected the XML serializer to allow for the serialization o...Russell Keith-Magee