mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.
This commit is contained in:
committed by
Mariusz Felisiak
parent
5cc2c63f90
commit
e663f695fb
@@ -554,6 +554,9 @@ Miscellaneous
|
||||
argument as documentation, you can move the text to a code comment or
|
||||
docstring.
|
||||
|
||||
* Calling ``django.utils.crypto.get_random_string()`` without a ``length``
|
||||
argument is deprecated.
|
||||
|
||||
.. _removed-features-3.1:
|
||||
|
||||
Features removed in 3.1
|
||||
|
||||
Reference in New Issue
Block a user