Empty list in App Engine Datastore: Java vs Python
It should work if you assign a default value to your Python property:
uvw = db.ListProperty(int, default=[])
It should work if you assign a default value to your Python property:
uvw = db.ListProperty(int, default=[])