torchbox/django-libsass

RemovedInDjango30Warning: static()

rixx opened this issue · 2 comments

rixx commented

Apparently, the import path of the static() method changes in Django – please adjust django-libsass accordingly (not only to be future-proof, but also to save me from the amount of warnings my Django projects produce atm 😉 )

django_libsass.py:19: RemovedInDjango30Warning: django.contrib.staticfiles.templatetags.static() is deprecated in favor of django.templatetags.static.static()
rixx commented

Heads up: Django 3.0 will be the next Django release. It would be great to see django-libsass compatible.

Fixed in d17a524