diff options
| author | Aymeric Augustin | 2014-04-03 19:34:36 +0200 | 
|---|---|---|
| committer | Aymeric Augustin | 2014-04-03 19:35:55 +0200 | 
| commit | c6a67bbed0c9853a9f9d67c6f55f4a06f9af45b7 (patch) | |
| tree | 20366afc92b3fa1397119f32af46fe947e92a704 /docs/changes.rst | |
| parent | 69d70bfd585403b5490479c1a41b1ddcb7af850f (diff) | |
| download | django-debug-toolbar-c6a67bbed0c9853a9f9d67c6f55f4a06f9af45b7.tar.bz2 | |
Fix #571 -- Improve database engine detection.
Diffstat (limited to 'docs/changes.rst')
| -rw-r--r-- | docs/changes.rst | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/docs/changes.rst b/docs/changes.rst index 2f97556..5020466 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -18,6 +18,7 @@ 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 | 
