summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index 1a3fdbabe4..e4a9789efb 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -201,6 +201,8 @@ Models
:class:`~django.db.models.functions.Trunc` database functions determines the
treatment of nonexistent and ambiguous datetimes.
+* ``connection.queries`` now shows ``COPY … TO`` statements on PostgreSQL.
+
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~