mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
This commit is contained in:
parent
6c3525a09d
commit
c23aa73626
15 changed files with 18 additions and 17 deletions
|
@ -768,7 +768,7 @@ utility methods in the ``django.test.utils`` module.
|
|||
:func:`teardown_databases` function at the conclusion of testing.
|
||||
|
||||
The ``aliases`` argument determines which :setting:`DATABASES` aliases test
|
||||
databases should be setup for. If it's not provided, it defaults to all of
|
||||
databases should be set up for. If it's not provided, it defaults to all of
|
||||
:setting:`DATABASES` aliases.
|
||||
|
||||
The ``serialized_aliases`` argument determines what subset of ``aliases``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue