diff options
| -rw-r--r-- | TODO.txt | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,15 +4,16 @@ Pyramid TODOs Must-Have (before 1.0) ---------------------- -- MANIFEST.in? https://github.com/Pylons/pyramid/issues#issue/95 +- Add MANIFEST.in to each paster template? See + https://github.com/Pylons/pyramid/issues#issue/95 - Explain how to use i18n localization in Mako better. Currently we just link to http://blog.abourget.net/2011/1/13/pyramid-and-mako:-how-to-do-i18n-the-pylons-way/, but I've asked Alexandre if we can include his text in the documentation. -- Actually explain ``{foo:<regex>}`` formatting and purpose in URL dispatch - patterns within URL dispatch chapter. +- Explain ``{foo:<regex>}`` pattern formatting and purpose better in + within URL dispatch chapter. Should-Have ----------- |
