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