Changes between Version 7 and Version 8 of CookBookDataModels
- Timestamp:
- Apr 2, 2006, 1:11:15 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookDataModels
v7 v8 7 7 [wiki:ModifiedPreorderTreeTraversal An efficient parent/child relationship] - Similar to the "category" data model above, but doesn't use recursive functions, neither multiple queries. 8 8 9 [wiki:CookBookTreeStructure] A tree DB system that is fast for insert, select and delete. Requires small change to django source. 10 9 11 [wiki:ModelInheritance Model Inheritance] 10 12