Document the deprecation of tornado.database in the 2.4 branch.
This commit is contained in:
parent
648bebf0ee
commit
f5d4a92e66
|
@ -1,5 +1,10 @@
|
|||
``tornado.database`` --- Simple MySQL client wrapper
|
||||
====================================================
|
||||
|
||||
.. warning::
|
||||
The ``tornado.database`` module is deprecated and will be removed
|
||||
in Tornado 3.0. It is now available separately as the
|
||||
`torndb <https://github.com/bdarnell/torndb>`_ module.
|
||||
|
||||
.. automodule:: tornado.database
|
||||
:members:
|
||||
|
|
Loading…
Reference in New Issue