Skip to content

Commit

Permalink
Merge pull request #4 from simonavril/master
Browse files Browse the repository at this point in the history
Django 1.9 compatibility
  • Loading branch information
chhantyal committed Feb 1, 2016
2 parents 4891f1a + 46a48b2 commit 7cf9ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taggit_selectize/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from .views import get_tags_recommendation

urlpatterns = patterns('',
urlpatterns = [
url('^$', get_tags_recommendation, name='tags_recommendation'),
)
]

0 comments on commit 7cf9ce5

Please sign in to comment.