Changeset 482 for elixir/trunk/CHANGES

Show
Ignore:
Timestamp:
09/30/09 20:27:00 (3 years ago)
Author:
ged
Message:

update changelog

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/CHANGES

    r480 r482  
    9090- Added workaround for an odd mod_python behavior (class.__module__ returns a 
    9191  weird name which is not in sys.modules). 
     92- tablename, remote_colname, local_colname, schema and table_kwargs can now be 
     93  defined on either side of a ManyToMany relationship and will propagate to 
     94  the other side if that other side doesn't specify anything for that argument. 
     95  Also added an assertion to catch the case where the same/mirror 
     96  argument is specified on both sides but with different values. 
    9297- Fixed filter argument on OneToMany relationship leaking the filter to the 
    9398  unfiltered relationship.