Commit 0e81ad4e authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

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
parent d3d5861a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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``
=====================