diff options
| author | Bouke Haarsma <bouke@webatoom.nl> | 2013-10-14 13:59:56 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-10-14 08:14:27 -0400 |
| commit | 8fc63087f6ad888b68dff17ee0c527774332d932 (patch) | |
| tree | d19ce7ac5e7746588d6ea404a7fe1fbc2a68ebe3 /docs/topics/http | |
| parent | 13ddf0e0027b7646953a4c7d872ca682667c9b3f (diff) | |
Fixed #21264 -- Incorrect RST usage in docs
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/shortcuts.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt index 27e8817884..6a99a4b406 100644 --- a/docs/topics/http/shortcuts.txt +++ b/docs/topics/http/shortcuts.txt @@ -191,7 +191,7 @@ If you want to override the :setting:`TEMPLATE_DIRS` setting, use the The arguments could be: - * A model: the model's `:meth:`~django.db.models.Model.get_absolute_url()` + * A model: the model's :meth:`~django.db.models.Model.get_absolute_url()` function will be called. * A view name, possibly with arguments: :func:`urlresolvers.reverse |
