index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
serializers
/
python.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-25
1
-3
/
+6
*
Cached model field_names in Python Deserializer.
Andrey Kuzmin
2015-10-23
1
-1
/
+5
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
1
-9
/
+13
*
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-07-14
1
-1
/
+1
*
Fixed #25050 -- Allowed serialization of models with deferred fields.
Grégoire ROCHER
2015-07-02
1
-1
/
+2
*
Fixed #19820 -- Added more helpful error messages to Python deserializer.
Richard Eames
2015-04-09
1
-15
/
+30
*
Fixed #24558 -- Made dumpdata mapping ordering deterministic.
Simon Charette
2015-04-02
1
-6
/
+5
*
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-25
1
-15
/
+15
*
Fixed #24320 - Used field.value_to_string() in serialization of foreign key.
Andriy Sokolovskiy
2015-02-13
1
-0
/
+2
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-1
/
+1
*
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-06
1
-3
/
+3
*
Fixed #17946 -- Fixed deserialization of self-referencing M2M fields
Claude Paroz
2014-12-23
1
-7
/
+7
*
Limited lines to 119 characters in django/
Tim Graham
2014-09-05
1
-1
/
+3
*
Removed some unnecessary exception naming; thanks claudep.
Tim Graham
2014-05-18
1
-2
/
+2
*
Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models.
Esau Rodriguez
2014-05-18
1
-1
/
+7
*
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2014-01-26
1
-2
/
+1
*
Stopped populating the app registry as a side effect.
Aymeric Augustin
2013-12-30
1
-2
/
+0
*
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-28
1
-3
/
+1
*
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
1
-3
/
+3
*
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
1
-1
/
+1
*
Terminated AppCache._populate() with extreme prejudice.
Aymeric Augustin
2013-12-22
1
-1
/
+1
*
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
1
-1
/
+1
*
Removed the _-prefix for populate().
Aymeric Augustin
2013-12-17
1
-1
/
+2
*
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
1
-2
/
+3
*
More attacking E302 violators
Alex Gaynor
2013-11-02
1
-0
/
+1
*
Fixed #13252 -- Added ability to serialize with natural primary keys.
Tai Lee
2013-10-11
1
-7
/
+13
*
Fixed #19746 -- Allow deserialization of pk-less data
Nick Sandford
2013-02-12
1
-1
/
+1
*
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-02-05
1
-1
/
+1
*
Fixed #9279 -- Added ignorenonexistent option to loaddata
Preston Holmes
2012-09-30
1
-1
/
+11
*
[py3] Fixed 'iterable but non string' detection
Claude Paroz
2012-08-08
1
-2
/
+2
*
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
1
-7
/
+7
*
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-07
1
-1
/
+2
*
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
1
-1
/
+2
*
Fixed #5423 -- Made dumpdata output one row at a time.
Claude Paroz
2012-05-26
1
-5
/
+8
*
Fix #17879: Corrected regression in python (inherited by yaml and json) seria...
Karen Tracey
2012-03-12
1
-1
/
+4
*
Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thank...
Jannis Leidel
2012-02-04
1
-12
/
+6
*
Reverting r14994 (at request of SmileyChris) because of some backwards compat...
Russell Keith-Magee
2010-12-21
1
-13
/
+7
*
Fixes #13252 -- Use the natural key instead of the primary key when serializing
Chris Beaven
2010-12-21
1
-7
/
+13
*
Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks t...
Russell Keith-Magee
2010-03-18
1
-0
/
+4
*
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-22
1
-3
/
+4
*
Fixed #7052 -- Added support for natural keys in serialization.
Russell Keith-Magee
2009-12-14
1
-10
/
+32
*
Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...
Russell Keith-Magee
2009-11-03
1
-1
/
+1
*
Fixed #9522 -- Modified handling of values in base serializer so that field s...
Russell Keith-Magee
2009-04-13
1
-4
/
+11
*
Fixed #8651: correctly deserialize objects with 0 for pk/fk.
Jacob Kaplan-Moss
2008-08-28
1
-1
/
+1
*
Fixed #8134 -- Corrected serialization of m2m fields with intermediate models...
Russell Keith-Magee
2008-08-12
1
-2
/
+3
*
Fixed #6110 -- Mark the python format serializer as for internal use only. T...
Malcolm Tredinnick
2007-12-17
1
-1
/
+3
*
Fixed #4714 -- Modified serializers to handle None primary keys correctly. Th...
Russell Keith-Magee
2007-09-15
1
-4
/
+5
*
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-07-04
1
-27
/
+22
*
Fixed a serialization problem with objects that have a foreign key on an obje...
Russell Keith-Magee
2007-05-28
1
-1
/
+6
*
Fixed #4288 -- Modified serializers to pay attention to the to_field attribut...
Russell Keith-Magee
2007-05-14
1
-2
/
+5
[next]