]> git.ipfire.org Git - thirdparty/tornado.git/commit
Make static_url pass arbitrary kwargs to make_static_url.
authorBen Darnell <ben@bendarnell.com>
Sun, 19 May 2013 17:18:53 +0000 (13:18 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 19 May 2013 17:18:53 +0000 (13:18 -0400)
commite59aa2f438f732397ca55368c61f41e411461fc4
treecef275f27ef4d4f1334f6df4f33294aea40d0a54
parentaadfa6685288eb7bd8756d6e94c5d9ee9bcf4b2d
Make static_url pass arbitrary kwargs to make_static_url.

The include_version argument to make_static_url is no longer mandatory
in subclasses.
tornado/test/web_test.py
tornado/web.py