Skip to content

Commit f5d4a92

Browse files
committed
Document the deprecation of tornado.database in the 2.4 branch.
1 parent 648bebf commit f5d4a92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/sphinx/database.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
``tornado.database`` --- Simple MySQL client wrapper
22
====================================================
33

4+
.. warning::
5+
The ``tornado.database`` module is deprecated and will be removed
6+
in Tornado 3.0. It is now available separately as the
7+
`torndb <https://github.com/bdarnell/torndb>`_ module.
8+
49
.. automodule:: tornado.database
510
:members:

0 commit comments

Comments
 (0)