manojkataria31

Results 1 issues of manojkataria31

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.

Bug
Beginner friendly