commit | 840e7e060e3537172c57a8a96cf5bc502f55b67f | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Sun May 19 11:06:18 2013 +0100 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Sun May 19 11:06:18 2013 +0100 |
tree | dd763c8ba649ad912c5e6740b679a7d3da042608 | |
parent | 8fea62d44b078fd5590ea66756963d0f0c4f3e56 [diff] [blame] |
Added a way to disable memcache error ignoring and documented the change. Also changed a bare except to an except on the exception type.
diff --git a/CHANGES b/CHANGES index e4aa398..b7f28dd 100644 --- a/CHANGES +++ b/CHANGES
@@ -20,6 +20,7 @@ - Allow `contextfunction` and other decorators to be applied to `__call__`. - Added support for changing from newline to different signs in the `wordwrap` filter. +- Added support for ignoring memcache errors silently. Version 2.6 -----------