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
/
base.py
Age
Commit message (
Expand
)
Author
2017-02-11
Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...
Tim Graham
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2016-12-01
Fixed #27546 -- Removed hardcoded class names in __repr__() methods.
Keda87
2016-10-12
Fixed #24607 -- Serialized natural keys in multi-table inheritance models.
João Sampaio
2016-06-08
Fixed #26717 -- Added Serializer.stream_class to customize the stream.
Berker Peksag
2016-05-02
Fixed docstring typos.
Offby-One Kenobi
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-07-24
Fixed #22258 -- Added progress status for dumpdata when outputting to file
Claude Paroz
2015-06-10
Fix for ticket 12685
mick
2015-05-02
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
2015-04-09
Fixed #19820 -- Added more helpful error messages to Python deserializer.
Richard Eames
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-01-17
Removed dumpdata --natural option and serializers use_natural_keys parameter.
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2013-12-30
Stopped populating the app registry as a side effect.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Terminated AppCache._populate() with extreme prejudice.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed the _-prefix for populate().
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-11
Fixed #13252 -- Added ability to serialize with natural primary keys.
Tai Lee
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-05-11
Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.
Tim Graham
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-08-14
[py3] Fixed serializers tests
Claude Paroz
2012-08-09
[py3] Renamed `next` to `__next__` in iterators.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
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-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
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-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
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
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-07-30
Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, d...
Russell Keith-Magee
2008-07-18
Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to...
Adrian Holovaty
2008-06-09
Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ...
Russell Keith-Magee
[next]