Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.

This commit is contained in:
Claude Paroz 2020-03-11 09:47:43 +01:00 committed by Mariusz Felisiak
parent 5cc2c63f90
commit e663f695fb
6 changed files with 47 additions and 9 deletions

View file

@ -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.