Code review comment for lp:~salgado/launchpad/use-master-store

Revision history for this message
Guilherme Salgado (salgado) wrote :

When doing my previous changes to make sure the master database is used
when looking up Account/Person entries in OpenIDCallbackView.render() I
didn't realize the login() call would trigger other DB lookups, so left
it out of the with: block that runs with the MasterDatabasePolicy
installed.

That mistake is the cause of OOPS-1521ED286. This branch fixes it

« Back to merge proposal