Django 1.10 Deprecation Warning

Issue #77 closed
Rowan Vasquez created an issue

I'm getting the following deprecation warning for a future version of Django:

/python3.4/site-packages/postman/urls.py:115: 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'^$', RedirectView.as_view(url='inbox/', permanent=True)),

Creating test database for alias 'default'...

Looks like 1.10 still won't be out for a few months, but am filing a ticket to keep it in mind.

I'm using django 1.9.4.

Comments (2)

  1. Patrick Samson repo owner

    This is an old code. Use the repository version, or wait the 3.3.2 version coming soon.

  2. Log in to comment