own like this. This makes a production application incredibly unstable
if the underlying GAE API can change without warning. Is there any
> The recent maintenance included some changes to db.py, including adding a
> has_key function, which seems to be causing the error with template
> rendering.
>
> The new SDK has not yet been released, but the easiest/quickest fix would be
> to take the google.appengine.ext.db __init__.py file from 1.1.5, rename it,
> and included it with your application.
>
> Just change the imports, replacing from google.appengine.ext import db with
> from Db import db (assuming you changed the name of __init__.py to Db.py,
> for instance).
>
> Hope this helps, sorry for the confusion!
>
> -Marzia
>
> On Fri, Nov 14, 2008 at 3:19 PM, Ben Adida <
b...@adida.net> wrote:
>
> > Hi Marzia,
>
> > Thanks again for your help.
>
> > I want to stress that this started happening with no change in code on
> > my end. And it works just fine in the SDK. Was there a library change
> > of any kind in GAE over the last few days?
>
> > The source code for my app is entirely public. Here's the template in
> > particular:
>