summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2008-01-31 22:51:22 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2008-01-31 22:51:22 +0000
commit0e81ad4e668a160e4782da0c41f229ec88288550 (patch)
treefaa4ecabba2c9c573f2293f530c594200f8bb50f /docs
parentd3d5861ac29f094b865580fbd31c324a2013bf94 (diff)
Refs #5474 -- Removed a hyperlink target that ended up not getting used in [6234].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7053 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/shortcuts.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/shortcuts.txt b/docs/shortcuts.txt
index 2030ea72fe..f1d7f38ffa 100644
--- a/docs/shortcuts.txt
+++ b/docs/shortcuts.txt
@@ -70,8 +70,6 @@ This example is equivalent to::
r = HttpResponse(t.render(c),
mimetype="application/xhtml+xml")
-.. _an HttpResponse object: ../request_response/#httpresponse-objects
-
``get_object_or_404``
=====================