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:17:00 -0400 |
| commit | b268488806bd0cbfd29a874069ece89f61585935 (patch) | |
| tree | 01f8634ea0aaca0335e49c3fa8a7ab151b00a99d /docs/topics/http | |
| parent | e532d1e38f30689f6483ee5fd580eaf8d08a6b1e (diff) | |
[1.5.x] Fixed #21264 -- Incorrect RST usage in docs
Backport of 8fc63087f6 from master
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/shortcuts.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt index 6f4c78f542..0467c36cc4 100644 --- a/docs/topics/http/shortcuts.txt +++ b/docs/topics/http/shortcuts.txt @@ -167,7 +167,8 @@ This example is equivalent to:: The arguments could be: - * A model: the model's `get_absolute_url()` function will be called. + * 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 <django.core.urlresolvers.reverse>` will be used to reverse-resolve the |
