diff options
| author | Idan Gazit <idan@gazit.me> | 2011-06-09 12:45:11 +0000 |
|---|---|---|
| committer | Idan Gazit <idan@gazit.me> | 2011-06-09 12:45:11 +0000 |
| commit | 716601109a010f838e46abd1e971617581dbe9ba (patch) | |
| tree | b8489e245cf408b7beae28eacb7c5a204bcf182f /docs | |
| parent | 38878b599a454b1e044f8269570965148ca533f0 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.4.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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<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 |
