summaryrefslogtreecommitdiff
path: root/docs/releases/1.9.7.txt
diff options
context:
space:
mode:
authormieciu <przemyslaw.hejman@gmail.com>2016-06-02 14:03:03 -0700
committerTim Graham <timograham@gmail.com>2016-06-03 12:30:21 -0400
commit19ff506878071ac93de684fe01328707e75e2b3a (patch)
treea8a6d90bc9a807be0e68c2a2f2caf7dea5e8399a /docs/releases/1.9.7.txt
parent4a4d7f980e2a66756e1e424f7648dcd28ff765b7 (diff)
downloaddjango-19ff506878071ac93de684fe01328707e75e2b3a.tar.gz
Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.
Diffstat (limited to 'docs/releases/1.9.7.txt')
-rw-r--r--docs/releases/1.9.7.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.7.txt b/docs/releases/1.9.7.txt
index d54fa96fdc..514d83bf15 100644
--- a/docs/releases/1.9.7.txt
+++ b/docs/releases/1.9.7.txt
@@ -23,3 +23,6 @@ Bugfixes
* Fixed ``HStoreField`` to raise a ``ValidationError`` instead of crashing on
non-dictionary JSON input (:ticket:`26672`).
+
+* Fixed ``dbshell`` crash on PostgreSQL with an empty database name
+ (:ticket:`26698`).