diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2009-03-31 23:46:37 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2009-03-31 23:46:37 +0000 |
| commit | 4a44498dcfc9f817c0e0d1039af207e0de5b149c (patch) | |
| tree | 7c5d21d22a77bd6f4a06a99149206631873a8ad6 /docs/ref/databases.txt | |
| parent | 516051bfd2b537f441c46359cce7eacbf15fc4b8 (diff) | |
Fixed a silly typo in databases ref. Thanks, Alex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10304 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 57f2045bad..91657d8620 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -86,10 +86,10 @@ protection for multi-call operations. MySQL notes =========== -Django expects the database to support transactions, referential integrity, -and Unicode support (UTF-8 encoding). Fortunately, MySQL_ has all these -features as available as far back as 3.23. While it may be possible to use -3.23 or 4.0, you'll probably have less trouble if you use 4.1 or 5.0. +Django expects the database to support transactions, referential integrity, and +Unicode (UTF-8 encoding). Fortunately, MySQL_ has all these features as +available as far back as 3.23. While it may be possible to use 3.23 or 4.0, +you'll probably have less trouble if you use 4.1 or 5.0. MySQL 4.1 --------- |
