Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

(django_version >= 3.0) template tag "staticfiles" removed #815

Open
jbowen7 opened this issue Nov 26, 2019 · 9 comments
Open

(django_version >= 3.0) template tag "staticfiles" removed #815

jbowen7 opened this issue Nov 26, 2019 · 9 comments

Comments

@jbowen7
Copy link

jbowen7 commented Nov 26, 2019

staticfiles template tag was deprecated in Django 2.2 and is finally removed in Django 3.0

https://docs.djangoproject.com/en/dev/releases/3.0/#features-removed-in-3-0

Will submit PR in a few minutes.

jbowen7 added a commit to jbowen7/django-rest-swagger that referenced this issue Nov 26, 2019
…Django 2.2

and is finally removed in Django 3.0.
@jbowen7 jbowen7 changed the title CRITICAL (django_version >= 3.0) template tag "staticfiles" removed (django_version >= 3.0) template tag "staticfiles" removed Nov 26, 2019
@jbowen7
Copy link
Author

jbowen7 commented Nov 26, 2019

I just realized this package is deprecated.
I'll leave the issue and PR open for others.

@MarvinKweyu
Copy link

MarvinKweyu commented Dec 17, 2019

@jbowen7 ahh , saw that a minute later..

@Terkea
Copy link

Terkea commented Apr 21, 2020

was this patched?

@MarvinKweyu
Copy link

@Terkea , the project is no longer maintained. Use drf-yasg instead. It works great

@Terkea
Copy link

Terkea commented Apr 21, 2020

@MarvinKweyu cheers for the quick response. I appreciate and also, I'll have a look into that.

@hartwork
Copy link

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"?

@dennybiasiolli
Copy link

@hartwork as @MarvinKweyu said, this project is no longer mantained. You can use drf-yasg instead, it works in a similar way.

@hartwork
Copy link

@dennybiasiolli I'm aware, yes. But for people running into projects that still use
django-rest-swagger that notice they cannot mass-bump including Django 3.0.7 it would still be great to know how far to downgrade before they get time to replace django-rest-swagger by something else. I'm not asking for me: I already have the answer. Just the idea.

@dennybiasiolli
Copy link

@hartwork now I understand, I created a PR for your request, now let's wait for the maintainer 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants