Unexpected argument force in url()
https://github.com/jazzband/django-debug-toolbar/blob/36d3c039ea8bb6b989e9136b623fee0ad770caff/debug_toolbar/panels/staticfiles.py#L69
I think url() function should have input argument force as it is there in the django-contrib-staticfiles library
https://github.com/django/django/blob/fc22a0a2142c3416d7113dec95c4026bd846a851/django/contrib/staticfiles/storage.py#L151
Because this is missing I am getting unexpected argument force error.
That makes sense to me. Would you like to contribute a PR that includes a test?
Confirmed this is still an issue.
I don't believe this is an issue. When the system uses the manifest storage class, the toolbar's class inherits from it. If this is still an issue, please provide some setup information.