From 375071c5ef2341ecb71f1166d4be162f8977ae4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matjaz=CC=8C=20Horvat?= Date: Wed, 6 May 2015 20:39:43 +0200 Subject: [PATCH] Fix RemovedInDjango19Warning --- pontoon/base/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pontoon/base/urls.py b/pontoon/base/urls.py index ccd4407052..81b242826d 100644 --- a/pontoon/base/urls.py +++ b/pontoon/base/urls.py @@ -28,7 +28,7 @@ # Legacy: Redirect to /contributors/email url(r'^contributor/(?P[\w.%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4})/$', - RedirectView.as_view(url="/contributors/%(email)s/")), + RedirectView.as_view(url="/contributors/%(email)s/", permanent=True)), # List all imported projects url(r'^projects/$',