Changes between Version 16 and Version 17 of CookBookDataModels


Ignore:
Timestamp:
Sep 30, 2006, 2:35:54 PM (18 years ago)
Author:
HolgerSchurig
Comment:

separated pre- and post-magic

Legend:

Unmodified
Added
Removed
Modified
  • CookBookDataModels

    v16 v17  
    11= CookBook - Data Models =
    22
    3 [wiki:CookBookMultiLevelMultiComponentDataModel Multiple "levels" & multiple components] (Pre magic)
    4 
    5 [wiki:CookBookCategoryDataModel A "category" data model] - for use in custom documents, weblog entries, etc.
    6 
    7 [wiki:CookBookCategoryDataModelPostMagic A "category" data model (Post Magic)] - Same as the "category" data model above, but with updated code for the magic-removal trunk.
     3[wiki:CookBookCategoryDataModelPostMagic A "category" data model] - for use in custom documents, weblog entries, etc.
    84
    95[wiki:ModifiedPreorderTreeTraversal An efficient parent/child relationship] - Similar to the "category" data model above, but doesn't use recursive functions, neither multiple queries.
    106
    11 [wiki:CookBookTreeStructure] A tree DB system that is fast for insert, select and delete.  Requires small change to django source. 
    12 
    13 [wiki:ModelInheritance Model Inheritance]
    14 
    157[wiki:UsingMarkup Using markup filters in models] - efficiently using Markdown, Textile, etc. in models
    16 
    17 [wiki:CookBookLabels Labels/tags] for any model with a single line in the model code.
    188
    199[wiki:CookBookChoicesContantsClass A "Constants" class] - a neat trick to enhance the choices functionality
     
    2212
    2313[wiki:CookBookPredicates Predicates] - or "3-tuples" or "semantically enriched many-to-many relationships".
     14
     15== Pre-Magic ==
     16The Pages in this section refer to older version of Django:
     17
     18[wiki:CookBookMultiLevelMultiComponentDataModel] - Multiple "levels" & multiple components
     19
     20[wiki:CookBookCategoryDataModel ] - A "category" data model for use in custom documents, weblog entries, etc.
     21
     22[wiki:CookBookTreeStructure] - A tree DB system that is fast for insert, select and delete.  Requires small change to django source. 
     23
     24[wiki:CookBookLabels ] - Labels/tags for any model with a single line in the model code.
     25
Back to Top