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