Skip to content

Conversation

@streeter
Copy link
Contributor

@streeter streeter commented Jul 27, 2025

Similar change to #835 to handle the fact that in Django 5.2, there is now a find_all keyword argument to the django.contrib.staticfiles.finders.find() function.

This also adds tests against Django 5.2 to ensure this will continue to work going forward.

Fixes #834
Fixes #835

@codecov
Copy link

codecov bot commented Jul 27, 2025

Codecov Report

❌ Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 83.18%. Comparing base (047894f) to head (f4c265d).
⚠️ Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
pipeline/finders.py 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #838      +/-   ##
==========================================
+ Coverage   82.50%   83.18%   +0.68%     
==========================================
  Files          33       33              
  Lines        1160     1160              
==========================================
+ Hits          957      965       +8     
+ Misses        203      195       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@streeter streeter force-pushed the streeter-django-5.2 branch from 2b5c2b0 to 45b92e1 Compare July 27, 2025 13:45
@streeter streeter force-pushed the streeter-django-5.2 branch from 45b92e1 to 07c70e7 Compare July 27, 2025 13:46
@streeter streeter merged commit 927ca9a into jazzband:master Jul 27, 2025
23 checks passed
@streeter streeter deleted the streeter-django-5.2 branch July 27, 2025 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error when uprading project to Django 5.2

1 participant