django-debug-toolbar icon indicating copy to clipboard operation
django-debug-toolbar copied to clipboard

Unexpected argument force in url()

Open manojkataria31 opened this issue 8 years ago • 2 comments

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.

manojkataria31 avatar Nov 27 '17 11:11 manojkataria31

That makes sense to me. Would you like to contribute a PR that includes a test?

jdufresne avatar Sep 27 '20 18:09 jdufresne

Confirmed this is still an issue.

tim-schilling avatar Aug 29 '22 02:08 tim-schilling

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.

tim-schilling avatar Oct 21 '22 22:10 tim-schilling