Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Django 1.10 compatibility #103

Open
esagara opened this issue Jan 14, 2016 · 0 comments
Open

Django 1.10 compatibility #103

esagara opened this issue Jan 14, 2016 · 0 comments

Comments

@esagara
Copy link

esagara commented Jan 14, 2016

Django 1.10 doesn't drop until August 2016, but we are getting deprecation notices.

``RemovedInDjango110Warning: You haven't defined a TEMPLATES setting. You must do so before upgrading to Django 1.10. Otherwise Django will be unable to load templates.
"unable to load templates.", RemovedInDjango110Warning)`

``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.
(r'^admin/', admin.site.urls),`

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

1 participant