concentricsky / django-tastypie-swagger

An adapter to use swagger-ui with django-tastypie.
Other
132 stars 144 forks source link

Fixed compatibility with Django 1.10 #118

Closed aropan closed 5 years ago

aropan commented 8 years ago

Based on #116. Fixed RemovedInDjango110Warning : django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.. Checked work on Django 1.9 and 1.10.

andrijan commented 8 years ago

Any change of getting this merged?

passiweinberger commented 7 years ago

Will this be merged? Support of 1.10 would be really helpful ;)