mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.
This commit is contained in:
parent
5cc2c63f90
commit
e663f695fb
6 changed files with 47 additions and 9 deletions
|
@ -61,6 +61,9 @@ details on these changes.
|
|||
* The ``providing_args`` argument for ``django.dispatch.Signal`` will be
|
||||
removed.
|
||||
|
||||
* The ``length`` argument for ``django.utils.crypto.get_random_string()`` will
|
||||
be required.
|
||||
|
||||
See the :ref:`Django 3.1 release notes <deprecated-features-3.1>` for more
|
||||
details on these changes.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue