mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Reorganized the database test settings
Change database test settings from "TEST_"-prefixed entries in the database settings dictionary to setting in a dictionary that is itself an entry "TEST" in the database settings. Refs #21775 Thanks Josh Smeaton for review.
This commit is contained in:
parent
add1584bfa
commit
41afae4ce9
11 changed files with 256 additions and 108 deletions
|
@ -121,6 +121,9 @@ details on these changes.
|
|||
|
||||
* ``django.utils.text.javascript_quote`` will be removed.
|
||||
|
||||
* Database test settings as independent entries in the database settings,
|
||||
prefixed by ``TEST_``, will no longer be supported.
|
||||
|
||||
.. _deprecation-removed-in-1.8:
|
||||
|
||||
1.8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue