Changes between Version 6 and Version 7 of ReleaseNotes/0.7
- Timestamp:
- 02/06/10 13:28:20 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/0.7
v6 v7 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 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. 21 * SQLite now has full, near-bulletproof support for altering columns, deleting columns, and other basic operations SQLite doesn't support natively. 22 23 There's also an assorted array of bugfixes; see the [/query?status=accepted&status=assigned&status=closed&status=new&status=reopened&group=status&order=priority&milestone=0.7 milestone status page] for details. 21 24 22 25 === Thanks ===
