summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index 600c88ca2c..9f2dd6ccd1 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -350,6 +350,10 @@ Management Commands
* The :djadmin:`startapp` command creates an ``apps.py`` file and adds
``default_app_config`` in ``__init__.py``.
+* When using the PostgreSQL backend, the :djadmin:`dbshell` command can connect
+ to the database using the password from your settings file (instead of
+ requiring it to be manually entered).
+
Models
^^^^^^