From fbc06eef1af1d7ecf91fae5a94a1994f356ffd22 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 25 Dec 2012 09:56:22 -0500 Subject: [1.5.X] Fixed broken links, round 3. refs #19516 Backport of b3a8c9dab8 from master --- docs/topics/db/queries.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/topics/db') diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt index 90c06ac66a..a869b6afad 100644 --- a/docs/topics/db/queries.txt +++ b/docs/topics/db/queries.txt @@ -327,8 +327,8 @@ a primary key of 1, Django will raise ``Entry.DoesNotExist``. Similarly, Django will complain if more than one item matches the :meth:`~django.db.models.query.QuerySet.get` query. In this case, it will raise -``MultipleObjectsReturned``, which again is an attribute of the model class -itself. +:exc:`~django.core.exceptions.MultipleObjectsReturned`, which again is an +attribute of the model class itself. Other QuerySet methods -- cgit v1.3