summaryrefslogtreecommitdiff
path: root/django/core/serializers/base.py
AgeCommit message (Expand)Author
2025-12-17Fixed #27380 -- Added "raw" argument to m2m_changed signals.Mariusz Felisiak
2025-12-03Fixed #35729 -- Enabled natural key serialization opt-out for subclasses.rimi0108
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-01-17Refs #29708 -- Removed PickleSerializer per deprecation timeline.Mariusz Felisiak
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
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ä
2018-11-27Fixed #28385 -- Fixed deserializing natural keys when primary key has a defau...dmytryi.striletskyi
2018-08-01Fixed typos in comments and docs.luz.paz
2018-07-13Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...Peter Inglesby
2018-03-20Extracted deserialize fk/m2m functions from Deserializer.Peter Inglesby
2018-02-12Fixed #24607 -- Serialized natural keys in multi-table inheritance models.Denys Duchier
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2017-02-11Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...Tim Graham
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-12-01Fixed #27546 -- Removed hardcoded class names in __repr__() methods.Keda87
2016-10-12Fixed #24607 -- Serialized natural keys in multi-table inheritance models.João Sampaio
2016-06-08Fixed #26717 -- Added Serializer.stream_class to customize the stream.Berker Peksag
2016-05-02Fixed docstring typos.Offby-One Kenobi
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-07-24Fixed #22258 -- Added progress status for dumpdata when outputting to fileClaude Paroz
2015-06-10Fix for ticket 12685mick
2015-05-02Fixed #24693 -- Added label and label_lower property to Model._metaLuis Del Giudice
2015-04-09Fixed #19820 -- Added more helpful error messages to Python deserializer.Richard Eames
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-01-17Removed dumpdata --natural option and serializers use_natural_keys parameter.Tim Graham
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Terminated AppCache._populate() with extreme prejudice.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Removed the _-prefix for populate().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-11Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-06-19Removed several unused imports.Aymeric Augustin
2013-05-11Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.Tim Graham
2012-11-03Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-08-14[py3] Fixed serializers testsClaude Paroz