From f5d4a92e66afb9ce5a85c0fc18ff76dbf4638257 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 18 Nov 2012 15:27:22 -0500 Subject: [PATCH] Document the deprecation of tornado.database in the 2.4 branch. --- website/sphinx/database.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/sphinx/database.rst b/website/sphinx/database.rst index f6debdc9..ebdb2df3 100644 --- a/website/sphinx/database.rst +++ b/website/sphinx/database.rst @@ -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 `_ module. + .. automodule:: tornado.database :members: