Changes between Version 16 and Version 17 of Recipes
- Timestamp:
- 10/02/08 15:21:03 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Recipes
v16 v17 10 10 * [wiki:Recipes/SplittingAModelAcrossMultipleFiles Split a Turbogears Elixir Model Across Multiple Files] -- '''UNDER CONSTRUCTION''' -- Proper Technique and Common Pitfalls 11 11 * [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 rowand last modifies it.12 * [wiki:Recipes/RecordOwner RecordOwner] An extension to keep track of who (which user) creates each record and last modifies it. 13 13 * [wiki:Recipes/Topology Topology] A pattern for nodes' relationship data-structure and algorithms for topological sorting, change tracing and cycle-detection. 14 14 * [wiki:Recipes/Formula Formula] A pattern for storing formulas in database, and calculation.
