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
/
python.py
Age
Commit message (
Expand
)
Author
2018-07-13
Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...
Peter Inglesby
2018-03-20
Extracted deserialize fk/m2m functions from Deserializer.
Peter Inglesby
2017-06-05
Refs #27795 -- Removed force_text() usage in serialization framework
Claude Paroz
2017-04-27
Refs #23919 -- Removed force_text() in Python deserializer needed only on Pyt...
Claude Paroz
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
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
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2015-10-23
Cached model field_names in Python Deserializer.
Andrey Kuzmin
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-14
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-07-02
Fixed #25050 -- Allowed serialization of models with deferred fields.
Grégoire ROCHER
2015-04-09
Fixed #19820 -- Added more helpful error messages to Python deserializer.
Richard Eames
2015-04-02
Fixed #24558 -- Made dumpdata mapping ordering deterministic.
Simon Charette
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-13
Fixed #24320 - Used field.value_to_string() in serialization of foreign key.
Andriy Sokolovskiy
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-23
Fixed #17946 -- Fixed deserialization of self-referencing M2M fields
Claude Paroz
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-05-18
Removed some unnecessary exception naming; thanks claudep.
Tim Graham
2014-05-18
Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models.
Esau Rodriguez
2014-01-26
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2013-12-30
Stopped populating the app registry as a side effect.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
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-02-12
Fixed #19746 -- Allow deserialization of pk-less data
Nick Sandford
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2012-09-30
Fixed #9279 -- Added ignorenonexistent option to loaddata
Preston Holmes
2012-08-08
[py3] Fixed 'iterable but non string' detection
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
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-03-12
Fix #17879: Corrected regression in python (inherited by yaml and json) seria...
Karen Tracey
2012-02-04
Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thank...
Jannis Leidel
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-03-18
Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks t...
Russell Keith-Magee
[next]