Changeset 479
- Timestamp:
- 09/29/09 19:11:01 (4 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/CHANGES (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/CHANGES
r478 r479 22 22 as the table of the "source" entity (patch from Diez B. Roggisch). 23 23 - Added a "table_kwargs" argument on ManyToMany relationships to pass any 24 extra keyword arguments to the underlying Table object ( ticket#94).24 extra keyword arguments to the underlying Table object (closes #94). 25 25 - Added a new "target_column" argument on ManyToOne relationships so that you 26 26 can target unique but non-primary key columns. At the moment, this only works … … 56 56 ones. Not very useful yet since most are expecting Column objects. 57 57 - Default table_options (defined in options_defaults['table_options']) are now 58 also used for ManyToMany tables .58 also used for ManyToMany tables (closes #94). 59 59 60 60 Bug fixes:
