From: Armin Ronacher Date: Sun, 25 Sep 2011 22:41:25 +0000 (+0200) Subject: Added add_extension method to the public API X-Git-Tag: 2.7~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9463850724606589ec2e9ec98424a205d9aa9b64;p=thirdparty%2Fjinja.git Added add_extension method to the public API --- diff --git a/docs/api.rst b/docs/api.rst index 58ffc9f0..ae2295fd 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -117,7 +117,7 @@ useful if you want to dig deeper into Jinja2 or :ref:`develop extensions .. autoclass:: Environment([options]) :members: from_string, get_template, select_template, get_or_select_template, join_path, extend, compile_expression, - compile_templates, list_templates + compile_templates, list_templates, add_extension .. attribute:: shared