mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #32687 -- Restored passing process’ environment to underlying tool in dbshell on PostgreSQL.
Regression in bbe6fbb876.
This commit is contained in:
committed by
Mariusz Felisiak
parent
1871182031
commit
6e742dabc9
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user