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
This commit is contained in:
Gary Wilson Jr 2008-01-31 22:51:22 +00:00
parent d3d5861ac2
commit 0e81ad4e66
1 changed files with 0 additions and 2 deletions

View File

@ -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``
=====================