mirror of
https://github.com/django/django.git
synced 2025-10-27 23:56:08 +00:00
Fixed #29708 -- Deprecated PickleSerializer.
This commit is contained in:
committed by
Mariusz Felisiak
parent
c920387fab
commit
45a42aabfa
@@ -403,6 +403,9 @@ Miscellaneous
|
||||
* The ``exc_info`` argument of the undocumented
|
||||
``django.utils.log.log_response()`` function is replaced by ``exception``.
|
||||
|
||||
* ``django.contrib.sessions.serializers.PickleSerializer`` is deprecated due to
|
||||
the risk of remote code execution.
|
||||
|
||||
Features removed in 4.1
|
||||
=======================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user