Sat, 12 Sep 2009 21:27:17 +0200 Use the new optional argument to endRequest in the middleware
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 21:27:17 +0200] rev 2910
Use the new optional argument to endRequest in the middleware Currently endRequest is called twice on an exception if Django intercepts the exception and returns it's own result. By setting optional=True we do not crash on 'assert self.in_request'.
Sat, 12 Sep 2009 21:26:27 +0200 Add optional argument to endRequest
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 21:26:27 +0200] rev 2909
Add optional argument to endRequest The optional argument allows endRequest to be called more than once, as long as any invocation after the first has optional=True.
Sat, 12 Sep 2009 21:25:56 +0200 Document value store methods
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 21:25:56 +0200] rev 2908
Document value store methods
Sat, 12 Sep 2009 17:10:39 +0200 Remove memcache setup from interactive.py script
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 17:10:39 +0200] rev 2907
Remove memcache setup from interactive.py script Memcache integration with remote_api has been added in the latest AppEngine release, so we no longer have to use the stub.
Sat, 12 Sep 2009 14:42:37 +0200 Add docstring to middleware hooks
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 14:42:37 +0200] rev 2906
Add docstring to middleware hooks
Sat, 12 Sep 2009 14:38:42 +0200 Fix copy/paste fail in maintenance middleware docstring
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 14:38:42 +0200] rev 2905
Fix copy/paste fail in maintenance middleware docstring
Sat, 12 Sep 2009 01:20:12 +0200 Enable the new middleware and empty the view decorator
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:20:12 +0200] rev 2904
Enable the new middleware and empty the view decorator The view decorator should be removed entirely in a later commit.
Sat, 12 Sep 2009 01:19:23 +0200 Add ValueStoreMiddleware
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:19:23 +0200] rev 2903
Add ValueStoreMiddleware Based on the view decorator.
Sat, 12 Sep 2009 01:06:37 +0200 Add MaintenanceMiddleware
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:06:37 +0200] rev 2902
Add MaintenanceMiddleware Based on the view decorator.
Sat, 12 Sep 2009 01:05:24 +0200 Add ExceptionHandlerMiddleware
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:05:24 +0200] rev 2901
Add ExceptionHandlerMiddleware Based on the existing view decorator.
(0) -1000 -300 -100 -10 +10 +100 tip