Skip to content

changed loading 'staticfiles' tag library to 'static' library #124

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

Closed
wants to merge 1 commit into from
Closed

Conversation

spielmannj
Copy link

The 'staticfiles' template tag library was deprecated in Django 2.1 and removed in Django 3.0 in favour of the 'static' templatetag library. This patch should impact almost nothing and re-instates compatiblity with Django 3.0

https://docs.djangoproject.com/en/3.0/releases/2.1/#features-deprecated-in-2-1

The 'staticfiles' template tag library was deprecated in Django 2.1 and removed in Django 3.0 in favour of the 'static' templatetag library. This patch should impact almost nothing and re-instates compatiblity with Django 3.0

https://docs.djangoproject.com/en/3.0/releases/2.1/#features-deprecated-in-2-1
@spielmannj
Copy link
Author

Sorry, I did not see that there are already two PRs to the same effect.

@spielmannj spielmannj closed this Mar 3, 2020
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

Successfully merging this pull request may close these issues.

1 participant