summaryrefslogtreecommitdiff
path: root/docs/topics/http
diff options
context:
space:
mode:
authorDavid Krisch <david@hq.realgeeks.com>2015-05-07 15:30:04 -1000
committerTim Graham <timograham@gmail.com>2015-05-08 13:05:50 -0400
commit1a62f197078eae72eba85f23aabacc06ad4c7d79 (patch)
tree9669173b0e15fcc555ffdc951357bc804bc44f73 /docs/topics/http
parent681df1aeafb30092430157f7977f713e1ce234ca (diff)
Fixed #24763 -- Moved DoesNotExist exception to model docs.
Diffstat (limited to 'docs/topics/http')
-rw-r--r--docs/topics/http/shortcuts.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt
index b2c5da3666..ae021a8513 100644
--- a/docs/topics/http/shortcuts.txt
+++ b/docs/topics/http/shortcuts.txt
@@ -279,7 +279,7 @@ will be returned::
Calls :meth:`~django.db.models.query.QuerySet.get()` on a given model manager,
but it raises :class:`~django.http.Http404` instead of the model's
- :class:`~django.core.exceptions.DoesNotExist` exception.
+ :class:`~django.db.models.Model.DoesNotExist` exception.
Required arguments
------------------