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
/
contrib
/
sessions
/
serializers.py
Age
Commit message (
Collapse
)
Author
2023-01-17
Refs #29708 -- Removed PickleSerializer per deprecation timeline.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-13
Fixed #29708 -- Deprecated PickleSerializer.
Adam Johnson
2021-09-02
Refs #33012 -- Moved PickleSerializer to django.core.serializers.base and ↵
Daniyal Abbasi
added tests.
2018-07-09
Fixed #29550 -- Eased overriding pickle.dumps() protocol in cache backends ↵
Simon Charette
and session serializer.
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
Thanks Tim Graham for the review.
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2013-08-22
Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions
Tim Graham
Added settings.SESSION_SERIALIZER which is the import path of a serializer to use for sessions. Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews.