1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #31359 -- Made get_random_string()'s length argument required.

Per deprecation timeline.
This commit is contained in:
Mariusz Felisiak
2021-01-13 22:33:42 +01:00
parent d992f4e3c2
commit be6e468130
3 changed files with 6 additions and 27 deletions

View File

@@ -302,6 +302,9 @@ to remove usage of these features.
* The ``providing_args`` argument for ``django.dispatch.Signal`` is removed.
* The ``length`` argument for ``django.utils.crypto.get_random_string()`` is
required.
* The ``list`` message for ``ModelMultipleChoiceField`` is removed.
* Support for passing raw column aliases to ``QuerySet.order_by()`` is removed.