From 6e742dabc95b00ba896434293556adeb4dbaee8a Mon Sep 17 00:00:00 2001 From: Konstantin Alekseev Date: Mon, 26 Apr 2021 15:19:13 +0300 Subject: Fixed #32687 -- Restored passing process’ environment to underlying tool in dbshell on PostgreSQL. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Regression in bbe6fbb8768e8fb1aecb96d51c049d7ceaf802d3. --- docs/releases/3.2.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/releases/3.2.1.txt') diff --git a/docs/releases/3.2.1.txt b/docs/releases/3.2.1.txt index 83d317bc7e..1c8776a0bf 100644 --- a/docs/releases/3.2.1.txt +++ b/docs/releases/3.2.1.txt @@ -65,3 +65,6 @@ Bugfixes admin changelist now uses ``Exists()`` instead ``QuerySet.distinct()`` because calling ``delete()`` after ``distinct()`` is not allowed in Django 3.2 to address a data loss possibility. + +* Fixed a regression in Django 3.2 where the calling process environment would + not be passed to the ``dbshell`` command on PostgreSQL (:ticket:`32687`). -- cgit v1.3