From ef5f9a8029ec19d0a039fff821106651aea9c426 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Mon, 2 Apr 2018 19:30:11 +0530 Subject: Upgrade Django from 1.9.5 to Django 1.10 - Change render_to_response usage to render --- yaksh/urls_password_reset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yaksh/urls_password_reset.py') diff --git a/yaksh/urls_password_reset.py b/yaksh/urls_password_reset.py index c1e36c6..4a7ddf3 100644 --- a/yaksh/urls_password_reset.py +++ b/yaksh/urls_password_reset.py @@ -1,4 +1,4 @@ -from django.conf.urls import patterns, url +from django.conf.urls import url from django.contrib.auth.views import password_reset, password_reset_confirm,\ password_reset_done, password_reset_complete, password_change,\ password_change_done -- cgit