Skip to content

Commit

Permalink
Remove unused and deprecated patters
Browse files Browse the repository at this point in the history
`django.conf.urls.patterns` is deprecated and will be removed in Django 1.10.
  • Loading branch information
codingjoe committed May 23, 2016
1 parent 1eda6f6 commit d8ed78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reversion_compare/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from django import template
from django.conf import settings
from django.conf.urls import patterns, url
from django.conf.urls import url
from django.contrib import admin
try:
from django.contrib.admin.utils import unquote, quote
Expand Down

0 comments on commit d8ed78b

Please sign in to comment.