]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add link to new settings docs in release notes
authorBen Darnell <ben@bendarnell.com>
Tue, 28 Aug 2012 17:43:13 +0000 (13:43 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 28 Aug 2012 17:43:13 +0000 (13:43 -0400)
website/sphinx/releases/next.rst

index 4cb967fd7c16306d3aad8abe57d1d6aaa3d6a2fb..dfc533847dae2766212dd9bd45f8dff5324148e2 100644 (file)
@@ -61,7 +61,8 @@ HTTP clients
 * `RequestHandler.get_secure_cookie` now handles a potential error case.
 * `RequestHandler.__init__` now calls ``super().__init__`` to ensure that
   all constructors are called when multiple inheritance is used.
-
+* Docs have been updated with a description of all available
+  :py:attr:`Application settings <tornado.web.Application.settings>`
 
 Other modules
 ~~~~~~~~~~~~~