[1.5.x] Fixed #20274 - Added some clarifying section headings in the test docs.
Backport of e886808994 from master
This commit is contained in:
parent
0fc4c405a4
commit
1ef423b003
@ -344,6 +344,9 @@ Methods
|
|||||||
Testing utilities
|
Testing utilities
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
django.test.utils
|
||||||
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. module:: django.test.utils
|
.. module:: django.test.utils
|
||||||
:synopsis: Helpers to write custom test runners.
|
:synopsis: Helpers to write custom test runners.
|
||||||
|
|
||||||
@ -362,10 +365,13 @@ utility methods in the ``django.test.utils`` module.
|
|||||||
magic hooks into the template system and restoring normal email
|
magic hooks into the template system and restoring normal email
|
||||||
services.
|
services.
|
||||||
|
|
||||||
|
django.db.connection.creation
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. currentmodule:: django.db.connection.creation
|
.. currentmodule:: django.db.connection.creation
|
||||||
|
|
||||||
The creation module of the database backend (``connection.creation``)
|
The creation module of the database backend also provides some utilities that
|
||||||
also provides some utilities that can be useful during testing.
|
can be useful during testing.
|
||||||
|
|
||||||
.. function:: create_test_db([verbosity=1, autoclobber=False])
|
.. function:: create_test_db([verbosity=1, autoclobber=False])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user