Fixed grammar error in docs/settings.txt from [5380]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5413 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
007ca57374
commit
a97c22bfa3
|
@ -850,7 +850,7 @@ TEST_DATABASE_COLLATION
|
||||||
Default: ``None``
|
Default: ``None``
|
||||||
|
|
||||||
The collation order to use when creating the test database. This value is
|
The collation order to use when creating the test database. This value is
|
||||||
passed directly to the backend, so it's format is backend-specific.
|
passed directly to the backend, so its format is backend-specific.
|
||||||
|
|
||||||
Only supported for ``mysql`` and ``mysql_old`` backends (see `section 10.3.2`_
|
Only supported for ``mysql`` and ``mysql_old`` backends (see `section 10.3.2`_
|
||||||
of the MySQL manual for details).
|
of the MySQL manual for details).
|
||||||
|
|
Loading…
Reference in New Issue