Closed GoogleCodeExporter closed 9 years ago
I see several ways how to solve the real cause of the problem:
1. Do not delete any records at all. Use some flag for checking if the record is
active or not.
2. Override delete() method for your data model that dereferences records in
models
that contain reference to record that is being deleted.
However Appengine Admin should not fail with error when referenced entries are
deleted. So, there is a place for a patch.
Original comment by valdiic
on 27 Nov 2008 at 12:49
Fixed in r26
Original comment by valdiic
on 27 Nov 2008 at 10:08
Original comment by valdiic
on 28 Nov 2008 at 7:56
Original issue reported on code.google.com by
valdiic
on 27 Nov 2008 at 12:49