1
0
mirror of https://github.com/django/django.git synced 2025-07-07 11:19:12 +00:00

[4.0.x] Refs #33685 -- Doc'd that using PostgreSQL's service names for testing purposes is not supported.

Backport of 647480166bfe7532e8c471fef0146e3a17e6c0c9 from main
This commit is contained in:
Mariusz Felisiak 2022-05-16 09:32:40 +02:00
parent 5c6ebe19cc
commit de9c08c0f3

View File

@ -154,6 +154,11 @@ password from the `password file`_, you must specify them in the
Support for connecting by a service name, and specifying a password file
was added.
.. warning::
Using a service name for testing purposes is not supported. This
:ticket:`may be implemented later <33685>`.
Optimizing PostgreSQL's configuration
-------------------------------------