- Timestamp:
- 09/02/10 09:57:41 (21 months ago)
- Files:
-
- 1 modified
-
elixir/trunk/CHANGES (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/CHANGES
r526 r527 4 4 - Better support for Python 3.x by running 2to3 within setup (patch by 5 5 "foogod", closes #110). 6 7 Changes: 8 - Dropped support for python 2.3, SQLAlchemy 0.4 and deprecated stuff from 9 Elixir 0.7 10 11 Bug fixes: 12 - Fixed a few tests to work on SA 0.6.x 13 14 0.7.1 - 2009-11-16 15 16 New features: 6 17 - Entities can now be declared "abstract" so that they do not create a table, 7 18 etc... This allows, among others, an entity to inherit from multiple abstract … … 18 29 - using_options_defaults and using_table_options statements can be used several 19 30 times within the same class (closes #70). 20 - Dropped support for python 2.3, SQLAlchemy 0.4 and deprecated stuff from21 Elixir 0.722 31 23 32 Bug fixes: … … 26 35 - Fixed having relationships in custom base classes (based on patch 27 36 by Stéphane Klein) 28 - Fixed a few tests to work on SA 0.6.x29 37 30 38 0.7.0 - 2009-10-01
