From 51ebc8805e1a0bd5d347587f483fc07fc206df9f Mon Sep 17 00:00:00 2001 From: David Krisch Date: Thu, 7 May 2015 15:30:04 -1000 Subject: [1.8.x] Fixed #24763 -- Moved DoesNotExist exception to model docs. Backport of 1a62f197078eae72eba85f23aabacc06ad4c7d79 from master --- docs/topics/http/shortcuts.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/http') diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt index 780176c824..3f3db308d9 100644 --- a/docs/topics/http/shortcuts.txt +++ b/docs/topics/http/shortcuts.txt @@ -291,7 +291,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 ------------------ -- cgit v1.3