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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user