Show
Ignore:
Timestamp:
08/31/07 13:19:19 (6 years ago)
Author:
ged
Message:
  • updated TODO file
  • (partially) changelogged what was done recently. Did I forget anything?
  • fixed single-table and multi-table inheritance which have relationships
    Concrete is still broken in this regard. I had to remove the "select_table"
    optimization of the multi-table polymorphic for that to work.
  • made each initialization step as a method on EntityDescriptor
  • reordered EntityDescriptor methods so that they are in the order they are
    called
  • added setup_entities method to be able to setup only some entities and not
    all of them together. This is not usable yet, as all entities are still
    appended to the _delayed_entities list whether you want it or not.
  • some misc cleanup
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/elixir/options.py

    r185 r196  
    117117    inheritance='single', 
    118118    polymorphic=False, 
    119     autoload=None, 
     119    autoload=False, 
    120120    shortnames=False, 
    121121    tablename=None,