diff options
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 |
