Fix name of `find_all` parameter in staticfiles finder.

Review Request #14768 — Created Jan. 8, 2026 and submitted

Information

Djblets
release-6.x

Reviewers

Our staticfiles finder for extensions was using the name all for the
optional second parameter, but inside Django this has been called
find_all. This value is now getting passed in as a kwarg, so we need
the name of that parameter to match.

Ran unit tests.

Summary ID
Fix name of `find_all` parameter in staticfiles finder.
Our staticfiles finder for extensions was using the name `all` for the optional second parameter, but inside Django this has been called `find_all`. This value is now getting passed in as a kwarg, so we need the name of that parameter to match. Testing Done: Ran unit tests.
twmnmptytnvsrkqzmsszwoskzouwmkzu
Description From Last Updated

Should we have a Version Changed that mentions the rename? And maybe even warn when someone passes all by keyword? …

maubinmaubin
maubin
  1. 
      
  2. djblets/extensions/staticfiles.py (Diff revision 1)
     
     
    Show all issues

    Should we have a Version Changed that mentions the rename? And maybe even warn when someone passes all by keyword?

    Or, if this method only gets called by Django then nevermind.

    1. Only called by Django.

  3. 
      
maubin
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to release-6.x (0e9d8ea)