I want to rename some field names in my model, i have copied the data from old field to new field. Now i want to delete the old fields. is there any convenient way of doing this ?
there is a method described here
for removing the fields in db datastore, will it work for ndb datastore as well ?