mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +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
|
@ -368,7 +368,7 @@ environment in the :djadmin:`shell`:
|
|||
:meth:`~django.test.utils.setup_test_environment` installs a template renderer
|
||||
which will allow us to examine some additional attributes on responses such as
|
||||
``response.context`` that otherwise wouldn't be available. Note that this
|
||||
method *does not* setup a test database, so the following will be run against
|
||||
method *does not* set up a test database, so the following will be run against
|
||||
the existing database and the output may differ slightly depending on what
|
||||
questions you already created. You might get unexpected results if your
|
||||
``TIME_ZONE`` in ``settings.py`` isn't correct. If you don't remember setting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue