summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2009-04-01 00:08:48 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2009-04-01 00:08:48 +0000
commitdc7c952e8d224e333d28cebc73a37f00099b75e4 (patch)
treec3fad61dcbfa6d3ed2d746cdc8535ae351850374 /docs
parenta9017a1e5ab1a4092a76545b91bc834891e85d9f (diff)
[1.0.X] Fixed a silly typo in databases ref. Thanks, Alex. Backport of r10304 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/databases.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index b1b8beede4..47c2b8c780 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -18,10 +18,10 @@ documentation or reference manuals.
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
---------