aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin2014-04-03 19:34:36 +0200
committerAymeric Augustin2014-04-03 19:35:55 +0200
commitc6a67bbed0c9853a9f9d67c6f55f4a06f9af45b7 (patch)
tree20366afc92b3fa1397119f32af46fe947e92a704 /docs
parent69d70bfd585403b5490479c1a41b1ddcb7af850f (diff)
downloaddjango-debug-toolbar-c6a67bbed0c9853a9f9d67c6f55f4a06f9af45b7.tar.bz2
Fix #571 -- Improve database engine detection.
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.rst1
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