From 6f8627dd7fd482007694dd1e4a99f9e207e6d8c2 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 24 May 2013 13:30:37 -0400 Subject: Fixed #17582 - Added message to DoesNotExist exceptions. Thanks simon@ for the suggestion and JordanPowell for the initial patch. --- docs/releases/1.6.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index 825c5dc28d..73b0fb85eb 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -277,6 +277,9 @@ Minor features a ``SuspiciousOperation`` reaches the WSGI handler to return an ``HttpResponseBadRequest``. +* The :exc:`~django.core.exceptions.DoesNotExist` exception now includes a + message indicating the name of the attribute used for the lookup. + Backwards incompatible changes in 1.6 ===================================== -- cgit v1.3