diff options
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/urls.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index f3e27ae1f0..f720ad3e4e 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -888,6 +888,8 @@ reverse_lazy() A lazily evaluated version of `reverse()`_. +.. function:: reverse_lazy(viewname, [urlconf=None, args=None, kwargs=None, current_app=None]) + It is useful for when you need to use a URL reversal before your project's URLConf is loaded. Some common cases where this function is necessary are: |
