summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDanSears <Daniel.Sears@gmail.com>2013-11-11 08:07:52 -0800
committerTim Graham <timograham@gmail.com>2013-11-15 08:51:17 -0500
commit8ca3963ab2a2cafb224f04759ec2d6c493fdb99d (patch)
treeb1ed8319a3b9aa4debea5c812547ebea0ac4ba3c /docs
parent3ccc0253f2a29fe6f3227ca96dcab20143188b21 (diff)
Clarified MySQL Connector note.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/databases.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 76af24edf2..2b13af8ca2 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -300,9 +300,8 @@ MySQL Connector/Python
~~~~~~~~~~~~~~~~~~~~~~
MySQL Connector/Python is available through two `release branches`_: Generally
-Available (GA, currently 1.0.x) and Development (Dev, currently 1.1.x).
-The Django adapter is currently available in the Dev branch and is described
-as Alpha.
+Available (GA, currently 1.0.x) and Development (Dev, currently 1.1.x beta).
+The Django adapter is currently only available in the Dev branch.
.. _release branches: http://dev.mysql.com/downloads/connector/python/
@@ -805,7 +804,7 @@ a quoted name as the value for ``db_table``::
class Meta:
db_table = '"OTHER_USER"."NAME_ONLY_SEEMS_OVER_30"'
-Quoted names can also be used with Django's other supported database
+Quoted names can also be used with Django's other supported database
backends; except for Oracle, however, the quotes have no effect.
When running ``migrate``, an ``ORA-06552`` error may be encountered if