summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-09-05 14:00:02 -0400
committernessita <124304+nessita@users.noreply.github.com>2025-09-17 15:17:05 -0300
commita146fe293099d7f860ba13e4b3a571bbda55af22 (patch)
treec927691756875b122ff1f94806f3d9161b23a935 /docs
parent00a84fc6f3bb8cca15113e4d41e710123d182b4a (diff)
Refs #22712 -- Removed all parameter from django.contrib.staticfiles.finders.find().
Per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/6.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt
index 9c7efb7575..9ed7bbd8e6 100644
--- a/docs/releases/6.1.txt
+++ b/docs/releases/6.1.txt
@@ -266,4 +266,5 @@ in Django 6.1.
See :ref:`deprecated-features-5.2` for details on these changes, including how
to remove usage of these features.
-* ...
+* The ``all`` parameter for the ``django.contrib.staticfiles.finders.find()``
+ function is removed in favor of the ``find_all`` parameter.