Changes between Version 4 and Version 5 of ReleaseNotes/0.7
- Timestamp:
- 01/26/10 15:32:04 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/0.7
v4 v5 18 18 * Migration classes should now inherit from `south.v2.SchemaMigration` or `south.v2.DataMigration`. This doesn't do much at the moment, but is designed so we can easily change the migration API in future and keep backwards compatability. 19 19 * Custom fields are no longer parsed if they don't introspect; instead, an error is raised every time. This is because parsing was causing scenarios where migrations sometimes worked; the new solution means they'll always work or fail. 20 * You can now set [/wiki/Settings#SOUTH_MIGRATION_MODULES0.7andhigher custom migration directories] (actually done as Python modules) if you need per-project migrations for an app. 20 21 21 22 === Thanks ===
