From 0e81ad4e668a160e4782da0c41f229ec88288550 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Thu, 31 Jan 2008 22:51:22 +0000 Subject: [PATCH] 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 --- docs/shortcuts.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/shortcuts.txt b/docs/shortcuts.txt index 2030ea72fea..f1d7f38ffa6 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`` =====================