diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-06-01 17:04:36 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-06-01 17:04:36 +0000 |
| commit | a97c22bfa3e3e243b4999ff249b82fc81f0343b2 (patch) | |
| tree | bc973b507a5e26dd08396b40a0b02f69f7f81fca /docs | |
| parent | 007ca57374e9a3bdaff28ee2d4f623203003f55d (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index a96133a156..12e6dab4bc 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -850,7 +850,7 @@ TEST_DATABASE_COLLATION Default: ``None`` 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`_ of the MySQL manual for details). |
