diff options
Diffstat (limited to 'docs/changes.rst')
| -rw-r--r-- | docs/changes.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index 4c3012a..5020466 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,32 @@ Change log ========== +1.1 +--- + +This is the first version compatible with Django 1.7. + +New features +~~~~~~~~~~~~ + +* The SQL panel colors queries depending on the stack level. +* The Profiler panel allows configuring the maximum depth. + +Bugfixes +~~~~~~~~ + +* Support languages where lowercase and uppercase strings may have different + lengths. +* Allow using cursor as context managers. +* Make the SQL explain more helpful on SQLite. +* Various JavaScript improvements. + +Deprecated features +~~~~~~~~~~~~~~~~~~~ + +* The `INTERCEPT_REDIRECT` setting is superseded by the more generic + `DISABLE_PANELS`. + 1.0 --- |
