summaryrefslogtreecommitdiff
path: root/django/core/serializers/__init__.py
AgeCommit message (Expand)Author
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
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-06-16Fixed #30190 -- Added JSONL serializer.Ali Vakilzade
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
2018-01-03Simplified an iterator in core.serializers.sort_dependencies().Sergey Fedoseev
2018-01-03Fixed #28984 -- Made assorted code simplifications.Tim Graham
2017-02-21Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan
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
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2014-10-16Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson
2014-05-28Fixed several typos in DjangoAlex Gaynor
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-09-06Fixed Python 3 syntax error introduced in [c72392da]Tim Graham
2013-09-06Cleanup commit after peer review.Roberto Aguilar
2013-09-06Added yaml directly into BUILTIN_SERIALIZERS.Roberto Aguilar
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex Gaynor
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2011-04-26Fixed #15889 -- when trying to access to access a serializer that doesn't exi...Alex Gaynor
2011-01-27Fixed #14823 -- Corrected bootstrapping problems with register_serializers. T...Russell Keith-Magee
2010-12-04Fixed #14819 -- Corrected typo in serializer docstring. Thanks to stringify f...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2008-08-15Fixed #7676 -- Modified serializer registration to be thread safe. Thanks to ...Russell Keith-Magee
2007-12-17Fixed #6110 -- Mark the python format serializer as for internal use only. T...Malcolm Tredinnick
2007-09-15Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk ...Russell Keith-Magee
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-03-12Added a YAML serializer built on PyYAML (http://pyyaml.org/). This serializer...Jacob Kaplan-Moss
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-06-29Added a JSON serializer, a few more tests, and a couple more lines of docs.Jacob Kaplan-Moss
2006-06-28Added initial cut at serialization framework, along with some basic tests and...Jacob Kaplan-Moss