Changes between Version 9 and Version 10 of ReleaseNotes/0.6
- Timestamp:
- 08/11/09 23:02:51 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/0.6
v9 v10 29 29 30 30 * The automigrator will not correctly detect alterations of normal columns into ForeignKeys and vice-versa; you will need to add a [wiki:db.rename_column db.rename_column] command into both methods of the generated migration. 31 32 Backwards incompatable changes: 33 34 * The ORM instance passed to the backwards() method now uses the models from the previous migration (or no models if that migration is the first). This should not affect many users; however, if you have combined a data and schema migration, look out.
