Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up RemovedInDjango30Warning warning re load staticfiles in Django 2.1+ #352

Closed
devmonkey22 opened this issue Jun 24, 2019 · 0 comments

Comments

@devmonkey22
Copy link
Contributor

devmonkey22 commented Jun 24, 2019

Need to change {% load staticfiles %} to {% load static %} in silk templates to clean up RemovedInDjango30Warning log messages when loading silk pages with Django 2.1+. The {% load static %} has been available since Django 1.10 which is above the minimum version specified in requirements.txt.

@auvipy auvipy self-assigned this Jun 24, 2019
devmonkey22 added a commit to devmonkey22/django-silk that referenced this issue Jun 24, 2019
…in silk templates to clean up RemovedInDjango30Warning log messages when loading silk pages with Django 2.1+.
avelis pushed a commit that referenced this issue Jun 25, 2019
…templates to clean up RemovedInDjango30Warning log messages when loading silk pages with Django 2.1+.
@mbeacom mbeacom closed this as completed Aug 27, 2019
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

No branches or pull requests

3 participants