Using this in django.db.backends.postgres.client to set PGPASSWORD
simplifies the code and makes it more reliable.
--
Ticket URL: <https://code.djangoproject.com/ticket/30173>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/30173#comment:1>
Comment (by Daniel Bowring):
[https://github.com/django/django/pull/10973 Github PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/30173#comment:2>
* component: Uncategorized => Database layer (models, ORM)
* needs_better_patch: 0 => 1
* type: Uncategorized => Cleanup/optimization
* easy: 1 => 0
* stage: Unreviewed => Accepted
Comment:
Some test failures need to be addressed.
--
Ticket URL: <https://code.djangoproject.com/ticket/30173#comment:3>
Comment (by Daniel Bowring):
I've updated the PR to fix the tests.
--
Ticket URL: <https://code.djangoproject.com/ticket/30173#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"cf826c9a91015c8da2ad4910b12e2ed83e2fb20f" cf826c9a]:
{{{
#!CommitTicketReference repository=""
revision="cf826c9a91015c8da2ad4910b12e2ed83e2fb20f"
Fixed #30173 -- Simplified db.backends.postgresql.client.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30173#comment:5>