I'm noticing on my app, requests where I have multiple puts only
appear to be doing the initial put, and not the following ones. Not
sure if this is the same issue you are running into, but this is new
as the functionality did exist before. Though, it does seem to
possibly be working for other apps, so I'm not sure what's going on. I
verified this by checking a get_or_insert after another put had been
done, and it's not creating the data and also returning as a None
value.

On Dec 17, 7:27 pm, Garrett Davis <[email protected]> wrote:
> Say, did someone make a change to the 'cloud' version of the
> ModelForms module?
>
> Several of my applications, which had been running on the 'cloud' for
> months, had a reference to a UserProperty class defined in
>    google.appengine.ext.db.djangoforms
> and they started crashing today, with an error message that said,
> <type 'exceptions.AttributeError'>: 'module' object has no attribute
> 'UserProperty'
>
> I changed the references in my applications,
> from the 'modelforms' module to another UserProperty class defined in
>    google.appengine.ext.db
> and my applications are working again.
>
> But I worry about the concept that the GAE infrastructure is subject
> to un-announced changes that might again crash my applications.
>
> Or did I miss an announcement or something?
> Garrett Davis
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to