Changeset 482
- Timestamp:
- 09/30/09 20:27:00 (4 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/CHANGES (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/CHANGES
r480 r482 90 90 - Added workaround for an odd mod_python behavior (class.__module__ returns a 91 91 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. 92 97 - Fixed filter argument on OneToMany relationship leaking the filter to the 93 98 unfiltered relationship.
