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
/
xml_serializer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-57
/
+113
*
Fixed #30583 -- Fixed handling JSONFields in XML serializer.
Hasan Ramezani
2020-06-17
1
-2
/
+10
*
Fixed #29078 -- Made serializers respect prefetch_related() for m2m fields.
Claude Paroz
2020-05-25
1
-1
/
+5
*
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-26
1
-1
/
+1
*
Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...
Peter Inglesby
2018-07-13
1
-5
/
+41
*
Refs #23919 -- Replaced super() calls for old-style classes.
Nick Pope
2017-12-07
1
-1
/
+1
*
Fixed #28324 -- Made feedgenerators write feeds with deterministically ordere...
Georg Sauthoff
2017-06-20
1
-11
/
+10
*
Replaced Model._get_pk_val() with pk property.
Tim Graham
2017-06-05
1
-3
/
+3
*
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-27
1
-8
/
+7
*
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
1
-24
/
+14
*
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-02-01
1
-3
/
+3
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-4
/
+4
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-09-03
1
-8
/
+8
*
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-29
1
-2
/
+1
*
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-25
1
-1
/
+2
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
1
-8
/
+11
*
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-31
1
-1
/
+0
*
Fixed #25050 -- Allowed serialization of models with deferred fields.
Grégoire ROCHER
2015-07-02
1
-1
/
+2
*
Fixed #20197 -- Made XML serializer fail loudly when outputting unserializabl...
Claude Paroz
2015-06-19
1
-2
/
+8
*
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-13
1
-2
/
+2
*
Fixed #24558 -- Made dumpdata mapping ordering deterministic.
Simon Charette
2015-04-02
1
-10
/
+11
*
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-25
1
-17
/
+17
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-5
/
+6
*
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-06
1
-2
/
+2
*
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
1
-1
/
+1
*
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2014-01-26
1
-2
/
+1
*
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
-2
/
+2
*
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
1
-1
/
+1
*
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
1
-1
/
+1
*
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
1
-1
/
+2
*
More attacking E302 violators
Alex Gaynor
2013-11-02
1
-0
/
+2
*
Fixed all the E203 violations
Alex Gaynor
2013-10-26
1
-7
/
+7
*
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-21
1
-4
/
+4
*
Fixed #21267 -- Fixed E502 pep8 warnings
Alasdair Nicol
2013-10-18
1
-2
/
+2
*
Fixed #13252 -- Added ability to serialize with natural primary keys.
Tai Lee
2013-10-11
1
-18
/
+14
*
Fixed "indentation is not a multiple of four" pep8 issues.
Tim Graham
2013-09-03
1
-1
/
+1
*
Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures.
Christoph Sieghart
2013-03-30
1
-1
/
+5
*
Restrict the XML deserializer to prevent network and entity-expansion DoS att...
Carl Meyer
2013-02-19
1
-1
/
+94
*
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-11-03
1
-2
/
+0
*
[py3] Renamed `next` to `__next__` in iterators.
Aymeric Augustin
2012-08-09
1
-1
/
+3
*
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
1
-9
/
+9
*
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
1
-1
/
+3
*
Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thank...
Jannis Leidel
2012-02-04
1
-10
/
+5
*
Reverting r14994 (at request of SmileyChris) because of some backwards compat...
Russell Keith-Magee
2010-12-21
1
-13
/
+18
*
Fixes #13252 -- Use the natural key instead of the primary key when serializing
Chris Beaven
2010-12-21
1
-18
/
+13
*
Fixed #11486 -- Corrected the XML serializer to allow for the serialization o...
Russell Keith-Magee
2010-09-19
1
-9
/
+16
*
Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks t...
Russell Keith-Magee
2010-03-18
1
-0
/
+4
[next]