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
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-2
/
+1
*
Fixed #33937 -- Optimized serialization of related m2m fields without natural...
Mark Evans
2022-09-05
1
-1
/
+7
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-19
/
+47
*
Fixed #29078 -- Made serializers respect prefetch_related() for m2m fields.
Claude Paroz
2020-05-25
1
-3
/
+5
*
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-02-06
1
-3
/
+2
*
Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...
Peter Inglesby
2018-07-13
1
-5
/
+13
*
Extracted deserialize fk/m2m functions from Deserializer.
Peter Inglesby
2018-03-20
1
-40
/
+9
*
Refs #27795 -- Removed force_text() usage in serialization framework
Claude Paroz
2017-06-05
1
-14
/
+12
*
Refs #23919 -- Removed force_text() in Python deserializer needed only on Pyt...
Claude Paroz
2017-04-27
1
-6
/
+0
*
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
1
-4
/
+2
*
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-02-01
1
-8
/
+6
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-2
/
+1
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-2
/
+2
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-29
1
-2
/
+1
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-2
/
+3
*
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
[next]