Changeset 480 for elixir/trunk/CHANGES
- Timestamp:
- 09/30/09 14:58:16 (3 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/CHANGES (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/CHANGES
r479 r480 57 57 - Default table_options (defined in options_defaults['table_options']) are now 58 58 also used for ManyToMany tables (closes #94). 59 - Provide our own Session.mapper equivalent to avoid SQLAlchemy 0.5.5+ 60 deprecation warning. This mapper autosave object instances on __init__ unless 61 save_on_init=False is passed as a mapper argument (closes #92). 59 62 60 63 Bug fixes:
