diff options
| author | kingbuzzman <buzzi.javier@gmail.com> | 2019-04-25 16:09:27 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-04-29 14:20:17 +0200 |
| commit | 673fe2e3ec63614259e86e7a370b9d1e91fcc1e1 (patch) | |
| tree | 19eb301459c0295a5cb0b5a8bb6abdeed8128ad0 /docs | |
| parent | f7408b49a54d746db252ebc7176a67506d183a58 (diff) | |
Fixed #30148 -- Logged COPY ... TO statements in connection.queries on PostgreSQL.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.txt | 2 |
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 ~~~~~~~~~~~~~~~~~~~~~~ |
