[Launchpad-reviewers] [Merge] lp:~lifeless/python-oops-wsgi/django into lp:python-oops-wsgi

2011-12-08 Thread Robert Collins
Robert Collins has proposed merging lp:~lifeless/python-oops-wsgi/django into lp:python-oops-wsgi. Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~lifeless/python-oops-wsgi/django/+merge/85055 Better in a branch than in a

Re: [Launchpad-reviewers] [Merge] lp:~lifeless/python-oops-wsgi/django into lp:python-oops-wsgi

2011-12-08 Thread James Henstridge
Review: Needs Fixing class OOPSWSGIHandler(wsgi.WSGIHandler): ... return super(CustomWSGIHandler, self).handle_uncaught_exception( request, resolver, exc_info) Looks like you renamed the class while putting this together, so this super() invocation is going to

[Launchpad-reviewers] [Merge] lp:~lifeless/python-oops-wsgi/django into lp:python-oops-wsgi

2011-12-08 Thread noreply
The proposal to merge lp:~lifeless/python-oops-wsgi/django into lp:python-oops-wsgi has been updated. Status: Needs review = Merged For more details, see: https://code.launchpad.net/~lifeless/python-oops-wsgi/django/+merge/85055 --