Fixed minor doc typo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16125 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
0fa8bd3d92
commit
12a9107a7d
|
@ -835,7 +835,7 @@ reverse_lazy()
|
|||
A lazily evaluated version of `reverse()`_.
|
||||
|
||||
It is useful for when you need to use a URL reversal before your project's
|
||||
URLConf is loaded. Some common cases where this method is necessary are::
|
||||
URLConf is loaded. Some common cases where this method is necessary are:
|
||||
|
||||
* providing a reversed URL as the ``url`` attribute of a generic class-based
|
||||
view.
|
||||
|
|
Loading…
Reference in New Issue