Skip to content

Commit 5a9ee4e

Browse files
committed
Merge pull request #1 from mbaltaks/patch-1
TEST_CREATE is a Boolean rather than a string.
2 parents 1458686 + 0f4374c commit 5a9ee4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Standard Django settings
9090

9191
- TEST_CREATE
9292

93-
String. If it is set to ``False``, the test database won’t be
93+
Boolean. If it is set to ``False``, the test database won’t be
9494
automatically created at the beginning of the tests and dropped at the end.
9595
This is useful not to be charged too much for creating new databases
9696
in every test when you run tests with Windows Azure SQL Database.

0 commit comments

Comments
 (0)