From 716601109a010f838e46abd1e971617581dbe9ba Mon Sep 17 00:00:00 2001 From: Idan Gazit Date: Thu, 9 Jun 2011 12:45:11 +0000 Subject: Fixed #11834 -- Improved technical 500 stacktrace display. Thanks to buriy and Aleksandra for the implementation! git-svn-id: http://code.djangoproject.com/svn/django/trunk@16343 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.4.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt index ddbcda9e60..db62bedf25 100644 --- a/docs/releases/1.4.txt +++ b/docs/releases/1.4.txt @@ -136,6 +136,17 @@ You may override or customize the default filtering by writing a :ref:`Filtering error reports`. +Minor features +~~~~~~~~~~~~~~ + +Django 1.4 also includes several smaller improvements worth noting: + +* A more usable stacktrace in the technical 500 page: frames in the stack + trace which reference Django's code are dimmed out, while frames in user + code are slightly emphasized. This change makes it easier to scan a stacktrace + for issues in user code. + + .. _backwards-incompatible-changes-1.4: Backwards incompatible changes in 1.4 -- cgit v1.3