From 8ca3963ab2a2cafb224f04759ec2d6c493fdb99d Mon Sep 17 00:00:00 2001 From: DanSears Date: Mon, 11 Nov 2013 08:07:52 -0800 Subject: [PATCH] Clarified MySQL Connector note. --- docs/ref/databases.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 76af24edf20..2b13af8ca20 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