From 673fe2e3ec63614259e86e7a370b9d1e91fcc1e1 Mon Sep 17 00:00:00 2001 From: kingbuzzman Date: Thu, 25 Apr 2019 16:09:27 +0000 Subject: Fixed #30148 -- Logged COPY ... TO statements in connection.queries on PostgreSQL. --- docs/releases/3.0.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 ~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3