Skip to content

Commit

Permalink
Merge pull request #55 from v1ct0r-LH/master
Browse files Browse the repository at this point in the history
Set an explicit value for django1.9
  • Loading branch information
arneb committed Jun 18, 2015
2 parents fd7fcdd + c23570f commit 2773759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_messages/urls.py
Expand Up @@ -4,7 +4,7 @@
from django_messages.views import *

urlpatterns = patterns('',
url(r'^$', RedirectView.as_view(url='inbox/'), name='messages_redirect'),
url(r'^$', RedirectView.as_view(permanent=True, url='inbox/'), name='messages_redirect'),
url(r'^inbox/$', inbox, name='messages_inbox'),
url(r'^outbox/$', outbox, name='messages_outbox'),
url(r'^compose/$', compose, name='messages_compose'),
Expand Down

0 comments on commit 2773759

Please sign in to comment.