Changes between Version 29 and Version 30 of AppEngine
- Timestamp:
- Sep 4, 2009, 2:34:30 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppEngine
v29 v30 73 73 }}} 74 74 75 What we also need is a way to batch-create/update model instances . Also, batch-deletes should work with model instances and reuse the model instances when sending signals (currently, they're re-fetched which is inefficient).75 What we also need is a way to batch-create/update model instances and send signals. Also, batch-deletes should work with model instances and reuse the model instances when sending signals (currently, they're re-fetched which is inefficient). 76 76 77 77 == Model relations and JOINs ==