mirror of https://github.com/django/django.git
Fixed small typo from [16054] in docs/topics/http/urls.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16212 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5e39ada245
commit
6e9067623b
|
@ -824,7 +824,7 @@ namespaces into URLs on specific application instances, according to the
|
||||||
'.../Orl%C3%A9ans/'
|
'.../Orl%C3%A9ans/'
|
||||||
|
|
||||||
Applying further encoding (such as :meth:`~django.utils.http.urlquote` or
|
Applying further encoding (such as :meth:`~django.utils.http.urlquote` or
|
||||||
``urllib.quote``) to the ouput of :meth:`~django.core.urlresolvers.reverse`
|
``urllib.quote``) to the output of :meth:`~django.core.urlresolvers.reverse`
|
||||||
may produce undesirable results.
|
may produce undesirable results.
|
||||||
|
|
||||||
reverse_lazy()
|
reverse_lazy()
|
||||||
|
|
Loading…
Reference in New Issue