summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timgraham@google.com>2013-05-24 13:30:37 -0400
committerTim Graham <timograham@gmail.com>2013-05-27 07:57:06 -0400
commit6f8627dd7fd482007694dd1e4a99f9e207e6d8c2 (patch)
tree61f000fd4889877afbb594b0c94397bc85772814 /docs
parent37ea9f9c03b8ec4305ac978e85db653b432b9921 (diff)
Fixed #17582 - Added message to DoesNotExist exceptions.
Thanks simon@ for the suggestion and JordanPowell for the initial patch.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt3
1 files changed, 3 insertions, 0 deletions
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
=====================================