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
Age
Commit message (
Expand
)
Author
2026-04-19
Added support for nested fields to XML deserializer.
Tim Graham
2026-04-19
Removed OrderedDict representer from PyYAML serializer.
Tim Graham
2026-04-19
Refs #36986 -- Replaced yaml's Serializer._value_from_field() time handling w...
Tim Graham
2026-04-19
Replaced yaml serializer workaround to preserve dict order with PyYAML's sort...
Tim Graham
2026-04-06
Fixed #37023 -- Made XML serializer put each ManyToManyField object on its ow...
Tim Graham
2026-04-06
Refs #37023 -- Removed hardcoded indent levels from XML serializer.
Tim Graham
2026-02-26
Fixed #36750 -- Made ordering of M2M objects deterministic in serializers.
VIZZARD-X
2026-01-12
Refs #36769 -- Raised SuspiciousOperation for unexpected nested tags in XML D...
Jacob Walls
2026-01-12
Refs #36769 -- Avoided visiting grandchild nodes in XML Deserializer.
Jacob Walls
2025-12-22
Fixed #36786 -- Fixed XML serialization of None values in natural keys.
Youngkwang Yang
2025-12-17
Fixed #27380 -- Added "raw" argument to m2m_changed signals.
Mariusz Felisiak
2025-12-11
Fixed #36769 -- Avoided visiting deeply nested nodes in XML deserializer.
Pravin Kamble
2025-12-03
Fixed #35729 -- Enabled natural key serialization opt-out for subclasses.
rimi0108
2025-12-02
Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation in XML se...
Shai Berger
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-03-11
Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)
Tom Carrick
2025-01-08
Fixed #36062 -- Handled serialization of CompositePrimaryKeys.
Sarah Boyce
2024-12-18
Fixed #35996 -- Fixed database serialization crash when serializing a many-to...
Erica Pisani
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2024-11-12
Refs #21286 -- Fixed YAML serialization of TimeField primary key.
Adam Zapletal
2024-09-17
Fixed #29522 -- Refactored the Deserializer functions to classes.
Amir Karimi
2024-02-20
Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()...
Adam Johnson
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-08-19
Fixed #34779 -- Avoided unnecessary selection of non-nullable m2m fields with...
Juan Alvarez
2023-06-04
Fixed #34620 -- Fixed serialization crash on m2m fields without natural keys ...
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-17
Refs #29708 -- Removed PickleSerializer per deprecation timeline.
Mariusz Felisiak
2022-09-05
Fixed #33937 -- Optimized serialization of related m2m fields without natural...
Mark Evans
2022-03-18
Fixed #33582 -- Fixed deserializing natural keys with foreing key dependencie...
François Granade
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-13
Fixed #29708 -- Deprecated PickleSerializer.
Adam Johnson
2021-09-02
Refs #33012 -- Moved PickleSerializer to django.core.serializers.base and add...
Daniyal Abbasi
2021-02-05
Fixed #32420 -- Fixed detecting primary key values in deserialization when PK...
Mikolaj Rybinski
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-06-17
Fixed #30583 -- Fixed handling JSONFields in XML serializer.
Hasan Ramezani
2020-06-17
Refs #30190 -- Minor edits to JSONL serializer.
Mariusz Felisiak
2020-06-16
Fixed #30190 -- Added JSONL serializer.
Ali Vakilzade
2020-05-25
Fixed #29078 -- Made serializers respect prefetch_related() for m2m fields.
Claude Paroz
2020-04-28
Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.
Hasan Ramezani
2020-04-07
Fixed #31051 -- Allowed dumpdata to handle circular references in natural keys.
Matthijs Kooijman
2020-01-29
Used model's Options.label/label_lower where applicable.
Mariusz Felisiak
2019-12-13
Fixed #26743 -- Fixed UnboundLocalError crash when deserializing m2m fields a...
Baptiste Mispelon
2019-06-27
Fixed #28725 -- Prevented serializing inherited ManyToManyFields in child model.
Nadège Michel
2019-04-18
Fixed typos in docs, comments, and exception messages.
Ville Skyttä
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2018-11-27
Fixed #28385 -- Fixed deserializing natural keys when primary key has a defau...
dmytryi.striletskyi
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-08-01
Fixed typos in comments and docs.
luz.paz
[next]