mirror of
https://github.com/django/django.git
synced 2025-11-01 04:17:59 +00:00
Fixed #22804 -- Added warning for unsafe value of 'sep' in Signer
Thanks Jaap Roes for completing the patch.
This commit is contained in:
parent
6bd8462380
commit
0d71349773
4 changed files with 33 additions and 1 deletions
|
|
@ -247,6 +247,9 @@ details on these changes.
|
|||
* Support for the syntax of ``{% cycle %}`` that uses comma-separated arguments
|
||||
will be removed.
|
||||
|
||||
* The warning that :class:`~django.core.signing.Signer` issues when given an
|
||||
invalid separator will become an exception.
|
||||
|
||||
.. _deprecation-removed-in-1.9:
|
||||
|
||||
1.9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue