summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreu Vallbona <avallbona@gmail.com>2024-06-08 20:36:58 +0200
committernessita <124304+nessita@users.noreply.github.com>2024-06-27 23:37:12 -0300
commit0fdcf1029cea2d43bd68c5270f48e0f7deab5e47 (patch)
tree681d1c7ce10cffdf8e88915bc504944e0b812545 /docs
parentdfac15d57048432fd8ad3dd189276d1ef304fc4c (diff)
Fixed #22712 -- Avoided name shadowing of "all" in django.contrib.staticfiles.finders.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.2.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt
index 8b77ecc482..bdc5349368 100644
--- a/docs/releases/5.2.txt
+++ b/docs/releases/5.2.txt
@@ -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.