index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
serializers
Age
Commit message (
Expand
)
Author
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-09-30
Fixed #9279 -- Added ignorenonexistent option to loaddata
Preston Holmes
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-14
[py3] Fixed serializers tests
Claude Paroz
2012-08-11
[py3] Fixed JSON deserialization
Claude Paroz
2012-08-09
[py3] Renamed `next` to `__next__` in iterators.
Aymeric Augustin
2012-08-08
[py3] Fixed 'iterable but non string' detection
Claude Paroz
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex 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-28
Fixed #15197 -- Fixed yaml serialization into HttpResponse
Claude Paroz
2012-06-15
Favored text (StringIO) over binary content for deserialization
Claude Paroz
2012-06-10
Fixed #18457 -- Fixed encoding error in yaml deserializer
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-26
Fixed #5423 -- Made dumpdata output one row at a time.
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2012-03-12
Fix #17879: Corrected regression in python (inherited by yaml and json) seria...
Karen Tracey
2012-03-03
Fixed #17717 (again) -- Used the new API for concrete models added in r17573....
Jannis Leidel
2012-03-03
Fixed #17717 -- Fixed serialization of proxy models. Thanks, Anssi Kääriäi...
Jannis Leidel
2012-02-10
Fixed the exception handling when deserializing via generators on Python 2.5 ...
Jannis Leidel
2012-02-09
Fixed #11970 -- Wrapped the exception happening during deserialization in Des...
Jannis Leidel
2012-02-04
Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thank...
Jannis Leidel
2011-12-17
Tweaked changes from r17228 to cater for older simplejson versions.
Ramiro Morales
2011-12-17
Fixed #16850 -- Made sure we always represent Decimal instances with JS strin...
Ramiro Morales
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-01
Used yaml.safe_load instead of yaml.load, because safety should be the default.
Aymeric Augustin
2011-10-13
Fixed #16923 -- Removed unused method in the serialization code.
Aymeric Augustin
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-04-26
Fixed #15889 -- when trying to access to access a serializer that doesn't exi...
Alex Gaynor
2011-01-27
Fixed #14823 -- Corrected bootstrapping problems with register_serializers. T...
Russell Keith-Magee
2011-01-08
Fixed #14888 -- Removing duplicated code in serialisers. Thanks to eric.fortin.
Andrew Godwin
2010-12-21
Reverting r14994 (at request of SmileyChris) because of some backwards compat...
Russell Keith-Magee
2010-12-21
Fixes #13252 -- Use the natural key instead of the primary key when serializing
Chris Beaven
2010-12-04
Fixed #14819 -- Corrected typo in serializer docstring. Thanks to stringify f...
Russell Keith-Magee
2010-09-19
Fixed #11486 -- Corrected the XML serializer to allow for the serialization o...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-03-18
Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks t...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-14
Fixed #7052 -- Added support for natural keys in serialization.
Russell Keith-Magee
2009-11-03
Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...
Russell Keith-Magee
2009-04-13
Fixed #9522 -- Modified handling of values in base serializer so that field s...
Russell Keith-Magee
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-02-12
Fixed #10240 -- Restored YAML serialization with Decimal objects that broke w...
Brian Rosner
2008-08-28
Fixed #8651: correctly deserialize objects with 0 for pk/fk.
Jacob Kaplan-Moss
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-15
Fixed #7676 -- Modified serializer registration to be thread safe. Thanks to ...
Russell Keith-Magee
2008-08-12
Fixed #8134 -- Corrected serialization of m2m fields with intermediate models...
Russell Keith-Magee
[prev]
[next]