summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-04-10 14:39:36 -0400
committerChris McDonough <chrism@plope.com>2011-04-10 14:39:36 -0400
commit844512c247bc09ffcba81cd9538d0be85f843496 (patch)
treee47ae087de48f5ea08555fdae20982973ddf0357
parentba2ac14279ed1f1115cc074950889636283b938c (diff)
downloadpyramid-844512c247bc09ffcba81cd9538d0be85f843496.tar.gz
pyramid-844512c247bc09ffcba81cd9538d0be85f843496.tar.bz2
pyramid-844512c247bc09ffcba81cd9538d0be85f843496.zip
rocky added i18n to jinja2
-rw-r--r--TODO.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index d2d2a847a..e1c07c0f5 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -11,10 +11,6 @@ Should-Have
- Consider per-form_id CSRF instead of per-session global CSRF token.
-- I18N support for pyramid_jinja2. See also -
- http://groups.google.com/group/pylons-devel/msg/ab58353594b135c9 and
- https://github.com/Pylons/pyramid_jinja2/pull/14
-
- Speed up startup time (defer _bootstrap and registerCommonDirectives()
until needed by ZCML, as well as unfound speedups).