We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d91d5 commit 84df7adCopy full SHA for 84df7ad
website/sphinx/releases/next.rst
@@ -39,3 +39,9 @@ In progress
39
same as non-SSL `IOStream`.
40
* tornado.util.GzipDecompressor, tornado.httputil.parse_body_arguments (TODO
41
are these public?)
42
+* `OpenIDMixin` now also returns the ``claimed_id`` field for the user.
43
+* New method `RequestHandler.get_template_namespace` can be overridden to
44
+ add additional variables without modifying keyword arguments to
45
+ `render_string`.
46
+* It is no longer an error for an if/else/for/etc block in a template to
47
+ have an empty body.
0 commit comments