Ticket #13377: typo.diff
File typo.diff, 643 bytes (added by , 15 years ago) |
---|
-
docs/topics/testing.txt
1136 1136 .. versionadded:: 1.2 1137 1137 1138 1138 Django sets up a test database corresponding to every database that is 1139 defined in the :setting:` `DATABASES`` definition in your settings1139 defined in the :setting:`DATABASES` definition in your settings 1140 1140 file. However, a big part of the time taken to run a Django TestCase 1141 1141 is consumed by the call to ``flush`` that ensures that you have a 1142 1142 clean database at the start of each test run. If you have multiple