Christopher Allan Webber a4768df0ca Context objects now use a contextmanager (and update gmg shell to use it)
This means that we have a really convenient way to make sure that you
have a context/request that threads its way through the application,
where everything needed gets "shut down" appropriately by the end.

You always get a context object via a context manager!  And by the time
you're done with it, things should be cleaned up.
2014-12-03 15:40:57 -06:00
..
2013-07-11 14:35:44 -07:00
2014-07-28 15:25:20 +03:00
2014-11-21 13:30:31 +00:00
2012-02-02 09:44:13 -06:00
2014-07-22 23:13:14 +01:00