-
Notifications
You must be signed in to change notification settings - Fork 601
(django_version >= 3.0) template tag "staticfiles" removed #815
Comments
…Django 2.2 and is finally removed in Django 3.0.
I just realized this package is deprecated. |
@jbowen7 ahh , saw that a minute later.. |
was this patched? |
@MarvinKweyu cheers for the quick response. I appreciate and also, I'll have a look into that. |
Could the requirements at https://github.com/marcgibbons/django-rest-swagger#requirements be updated from "Django 1.8+" to something like "Django >=1.8 <3"? |
@hartwork as @MarvinKweyu said, this project is no longer mantained. You can use drf-yasg instead, it works in a similar way. |
@dennybiasiolli I'm aware, yes. But for people running into projects that still use |
@hartwork now I understand, I created a PR for your request, now let's wait for the maintainer 😄 |
staticfiles
template tag was deprecated in Django 2.2 and is finally removed in Django 3.0https://docs.djangoproject.com/en/dev/releases/3.0/#features-removed-in-3-0
Will submit PR in a few minutes.
The text was updated successfully, but these errors were encountered: