mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fixed #22712 -- Avoided name shadowing of "all" in django.contrib.staticfiles.finders.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
This commit is contained in:
parent
dfac15d570
commit
0fdcf1029c
5 changed files with 155 additions and 17 deletions
|
|
@ -279,4 +279,5 @@ Features deprecated in 5.2
|
|||
Miscellaneous
|
||||
-------------
|
||||
|
||||
* ...
|
||||
* The ``all`` argument for the ``django.contrib.staticfiles.finders.find()``
|
||||
function is deprecated in favor of the ``find_all`` argument.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue