Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop using PickleSerializer for sessions
The default has been JSONSerializer since after Django 1.6. The oldest docs I could find was for 1.8: https://docs.djangoproject.com/en/1.8/topics/http/sessions/#session-serialization PickleSerializer has been deprecated since Django 4.1 and was removed in Django 5.0.
- Loading branch information