mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Refs #22712 -- Corrected deprecation of "all" argument in django.contrib.staticfiles.finders.find().
Features deprecated in Django 5.2 should be removed in Django 6.1.
This commit is contained in:
parent
0fdcf1029c
commit
8719a6181e
3 changed files with 23 additions and 20 deletions
|
@ -15,6 +15,9 @@ about each item can often be found in the release notes of two versions prior.
|
|||
See the :ref:`Django 5.2 release notes <deprecated-features-5.2>` for more
|
||||
details on these changes.
|
||||
|
||||
* The ``all`` keyword argument of ``django.contrib.staticfiles.finders.find()``
|
||||
will be removed.
|
||||
|
||||
.. _deprecation-removed-in-6.0:
|
||||
|
||||
6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue