You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Django 5.2 support (#46)
[Django 5.2](https://docs.djangoproject.com/en/5.2/releases/5.2/)
introduced a deprecation:
> The all argument for the django.contrib.staticfiles.finders.find()
function is deprecated in favor of the find_all argument.
---------
Co-authored-by: Johannes Maron <johannes@maron.family>