Skip to content

Commit 0f4374c

Browse files
committed
TEST_CREATE is a Boolean rather than a string.
1 parent 1458686 commit 0f4374c

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)