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:
Andreu Vallbona 2024-06-08 20:36:58 +02:00 committed by nessita
parent dfac15d570
commit 0fdcf1029c
5 changed files with 155 additions and 17 deletions

View file

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