mirror of
https://github.com/django/django.git
synced 2025-07-17 10:15:10 +00:00
Fixed typo in docs/topics/testing/overview.txt
This commit is contained in:
parent
fe252c0a5a
commit
b961b51eaf
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ when all the tests have been executed.
|
||||||
You can prevent the test databases from being destroyed by using the
|
You can prevent the test databases from being destroyed by using the
|
||||||
:option:`test --keepdb` option. This will preserve the test database between
|
:option:`test --keepdb` option. This will preserve the test database between
|
||||||
runs. If the database does not exist, it will first be created. Any migrations
|
runs. If the database does not exist, it will first be created. Any migrations
|
||||||
will also be applied in order to keep it p to date.
|
will also be applied in order to keep it up to date.
|
||||||
|
|
||||||
The default test database names are created by prepending ``test_`` to the
|
The default test database names are created by prepending ``test_`` to the
|
||||||
value of each :setting:`NAME` in :setting:`DATABASES`. When using SQLite, the
|
value of each :setting:`NAME` in :setting:`DATABASES`. When using SQLite, the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue