1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #22712 -- Removed all parameter from django.contrib.staticfiles.finders.find().

Per deprecation timeline.
This commit is contained in:
Jacob Walls
2025-09-05 14:00:02 -04:00
committed by nessita
parent 00a84fc6f3
commit a146fe2930
3 changed files with 6 additions and 151 deletions

View File

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