mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user