Commit 1ed9d29d authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Modified r11531 to use the original suggested text from the patch (which was better).

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11532 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 15f36107
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ will be returned::
``get_object_or_404``
=====================

.. function:: get_object_or_404(Model, *args, **kwargs)
.. function:: get_object_or_404(klass, *args, **kwargs)

   Calls :meth:`~django.db.models.QuerySet.get()` on a given model manager,
   but it raises ``django.http.Http404`` instead of the model's