mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fix typo in redirect view docs
This commit is contained in:
parent
7c56212c71
commit
428875775c
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ RedirectView
|
|||
|
||||
urlpatterns = patterns('',
|
||||
|
||||
url(r'r^(?P<pk>\d+)/$', ArticleCounterRedirectView.as_view(), name='article-counter'),
|
||||
url(r'^(?P<pk>\d+)/$', ArticleCounterRedirectView.as_view(), name='article-counter'),
|
||||
url(r'^go-to-django/$', RedirectView.as_view(url='http://djangoproject.com'), name='go-to-django'),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue