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
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
2018-07-13
Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...
Peter Inglesby
2018-03-20
Extracted deserialize fk/m2m functions from Deserializer.
Peter Inglesby
2018-02-12
Fixed #24607 -- Serialized natural keys in multi-table inheritance models.
Denys Duchier
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
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-12-07
Refs #23919 -- Replaced super() calls for old-style classes.
Nick Pope
2017-06-20
Fixed #28324 -- Made feedgenerators write feeds with deterministically ordere...
Georg Sauthoff
2017-06-05
Replaced Model._get_pk_val() with pk property.
Tim Graham
2017-06-05
Refs #27795 -- Removed force_text() usage in serialization framework
Claude Paroz
2017-05-20
Refs #16850 -- Removed obsolete simplejson support in JSON serializer.
Tim Graham
2017-04-27
Refs #23919 -- Removed force_text() in Python deserializer needed only on Pyt...
Claude Paroz
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-11
Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...
Tim Graham
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
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
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-01
Fixed #27546 -- Removed hardcoded class names in __repr__() methods.
Keda87
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-10-12
Fixed #24607 -- Serialized natural keys in multi-table inheritance models.
João Sampaio
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-08-19
Removed DateTimeAwareJSONEncoder alias.
Tim Graham
2016-07-14
Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.
Will Hardy
2016-06-28
Fixed #15091 -- Allowed passing custom encoder to JSON serializer.
Berker Peksag
2016-06-08
Fixed #26717 -- Added Serializer.stream_class to customize the stream.
Berker Peksag
2016-05-02
Fixed docstring typos.
Offby-One Kenobi
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-10-23
Cached model field_names in Python Deserializer.
Andrey Kuzmin
2015-09-27
Fixed #25468 -- Made DjangoJSONEncoder lazy string aware
Claude Paroz
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-07-24
Fixed #22258 -- Added progress status for dumpdata when outputting to file
Claude Paroz
2015-07-14
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-07-02
Fixed #25050 -- Allowed serialization of models with deferred fields.
Grégoire ROCHER
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Reordered import in JSON serializer
Claude Paroz
2015-06-24
Fixed #25019 -- Added UUID support in DjangoJSONEncoder
Lukas Hetzenecker
[next]