diff options
| author | Mike Fiedler <miketheman@gmail.com> | 2016-08-31 07:34:52 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-31 07:34:52 -0400 |
| commit | b961b51eaf5b57fabcee89ca09a76fdebfd6500d (patch) | |
| tree | 0801373900ee0ce55406ac2c45379f1f5f662e54 /docs/topics/testing | |
| parent | fe252c0a5a2ceb5c97aafc16a42dbe5ad03ef1e9 (diff) | |
Fixed typo in docs/topics/testing/overview.txt
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/overview.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt index 6808d5cb30..245ee07079 100644 --- a/docs/topics/testing/overview.txt +++ b/docs/topics/testing/overview.txt @@ -149,7 +149,7 @@ when all the tests have been executed. You can prevent the test databases from being destroyed by using the :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 -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 value of each :setting:`NAME` in :setting:`DATABASES`. When using SQLite, the |
