diff options
| -rw-r--r-- | TODO.txt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -27,6 +27,8 @@ Must-Have (before 1.0) - Explain i18n in Mako and Jinja2. +- Turn Forbidden into a 403. + Should-Have ----------- @@ -51,6 +53,9 @@ Should-Have Nice-to-Have ------------ +- Make it possible to get at ACLDenied data from Forbidden response in + exceptionview. + - ``config.meta`` classmethod which adds a new method to the Configurator class. |
