diff options
| author | Tim Graham <timograham@gmail.com> | 2013-08-15 07:14:10 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-08-15 07:14:10 -0400 |
| commit | 29255fcb4f5f50334cda9546ada2f31e825deec3 (patch) | |
| tree | 891e7cde385813556679c40ab8ebb3ac560404e8 /docs/topics/http | |
| parent | 354009d67eb56301457ec26c1c847af5fdfc083b (diff) | |
Fixed some ReST errors regarding backticks
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/shortcuts.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt index 5c8725172a..8a1d5ca5a7 100644 --- a/docs/topics/http/shortcuts.txt +++ b/docs/topics/http/shortcuts.txt @@ -21,7 +21,7 @@ introduce controlled coupling for convenience's sake. :class:`~django.http.HttpResponse` object with that rendered text. :func:`render()` is the same as a call to - :func:`render_to_response()` with a `context_instance` argument that + :func:`render_to_response()` with a ``context_instance`` argument that forces the use of a :class:`~django.template.RequestContext`. Required arguments @@ -169,7 +169,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 |
