Changes between Version 16 and Version 17 of Recipes

Show
Ignore:
Timestamp:
10/02/08 15:21:03 (5 years ago)
Author:
ged (IP: 77.109.114.228)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Recipes

    v16 v17  
    1010 * [wiki:Recipes/SplittingAModelAcrossMultipleFiles Split a Turbogears Elixir Model Across Multiple Files] -- '''UNDER CONSTRUCTION''' -- Proper Technique and Common Pitfalls 
    1111 * [wiki:Recipes/UsingEntityForOrderedList How to keep the items of a many-to-many relationship in the order they were inserted]. This recipe demonstrate the use of the AssociationProxy and orderinglist SQLAlchemy extensions. 
    12  * [wiki:Recipes/RecordOwner] An extension to keep track of who (which user) creates each row and last modifies it. 
     12 * [wiki:Recipes/RecordOwner RecordOwner] An extension to keep track of who (which user) creates each record and last modifies it. 
    1313 * [wiki:Recipes/Topology Topology] A pattern for nodes' relationship data-structure and algorithms for topological sorting, change tracing and cycle-detection. 
    1414 * [wiki:Recipes/Formula Formula] A pattern for storing formulas in database, and calculation.