1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.

This commit is contained in:
Chris Jerdonek
2016-08-15 07:10:40 -07:00
committed by Tim Graham
parent bc1e2d8e8e
commit a3db480393
5 changed files with 98 additions and 10 deletions

View File

@@ -159,6 +159,9 @@ Database backends
on PostgreSQL 9.5+ and Oracle to execute queries with
``FOR UPDATE SKIP LOCKED``.
* Added the :setting:`TEST['TEMPLATE'] <TEST_TEMPLATE>` setting to let
PostgreSQL users specify a template for creating the test database.
Email
~~~~~