Clarified MySQL Connector note.
This commit is contained in:
parent
3ccc0253f2
commit
8ca3963ab2
|
@ -300,9 +300,8 @@ MySQL Connector/Python
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
MySQL Connector/Python is available through two `release branches`_: Generally
|
MySQL Connector/Python is available through two `release branches`_: Generally
|
||||||
Available (GA, currently 1.0.x) and Development (Dev, currently 1.1.x).
|
Available (GA, currently 1.0.x) and Development (Dev, currently 1.1.x beta).
|
||||||
The Django adapter is currently available in the Dev branch and is described
|
The Django adapter is currently only available in the Dev branch.
|
||||||
as Alpha.
|
|
||||||
|
|
||||||
.. _release branches: http://dev.mysql.com/downloads/connector/python/
|
.. _release branches: http://dev.mysql.com/downloads/connector/python/
|
||||||
|
|
||||||
|
@ -805,7 +804,7 @@ a quoted name as the value for ``db_table``::
|
||||||
class Meta:
|
class Meta:
|
||||||
db_table = '"OTHER_USER"."NAME_ONLY_SEEMS_OVER_30"'
|
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.
|
backends; except for Oracle, however, the quotes have no effect.
|
||||||
|
|
||||||
When running ``migrate``, an ``ORA-06552`` error may be encountered if
|
When running ``migrate``, an ``ORA-06552`` error may be encountered if
|
||||||
|
|
Loading…
Reference in New Issue