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