Changes between Version 18 and Version 19 of Recipes

Show
Ignore:
Timestamp:
12/05/08 15:54:51 (5 years ago)
Author:
ged (IP: 77.109.115.137)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Recipes

    v18 v19  
    99 * [wiki:Recipes/SQLAlchemySchemaMigration Using SQLAlchemy schema-migrate with Elixir] 
    1010 * [wiki:Recipes/SplittingAModelAcrossMultipleFiles Split a Turbogears Elixir Model Across Multiple Files] -- '''UNDER CONSTRUCTION''' -- Proper Technique and Common Pitfalls 
    11  * [wiki:Recipes/OrderingList How to use SQLAlchemy's orderinglist extension with Elixir] 
    1211 * [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. 
    1312 * [wiki:Recipes/RecordOwner RecordOwner] An extension to keep track of who (which user) creates each record and last modifies it.