commit | d84ec46a1c6a11a53ed8f1f517e597425a406217 | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Tue Apr 29 13:43:16 2008 +0200 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Tue Apr 29 13:43:16 2008 +0200 |
tree | 439e338b78f0712ee29fced1e82185d7f8a4ab6a | |
parent | 1ae4fdfc72d5a88957ccc16a9ad134a8c7e5423d [diff] [blame] |
again documentation updates fixed another python 2.4 bug. Imports are not evaluated with the template context any longer which makes it possible to keep them in memory --HG-- branch : trunk
diff --git a/docs/api.rst b/docs/api.rst index 7dacf36..18ef9a2 100644 --- a/docs/api.rst +++ b/docs/api.rst
@@ -83,7 +83,7 @@ .. autoclass:: jinja2.Template - :members: render, stream, generate, include + :members: render, stream, generate, module .. autoclass:: jinja2.environment.TemplateStream