Tagged Questions
0
votes
3answers
929 views
Deleting erroneous ReferenceProperty properties in AppEngine
Most of the time, the errors you get from your model properties will happen when you're saving data. For instance, if you try saving a string as an IntegerProperty, that will result in an error.
The ...