Changes between Version 1 and Version 2 of ReleaseNotes/0.7
- Timestamp:
- 11/25/09 11:52:49 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/0.7
v1 v2 3 3 This is a major new release of South. A lot of work has been done to the internals, and a few annoying remnants from South's history have finally been eradicated. 4 4 5 Major changes: 5 === Major changes === 6 6 7 7 * The entire migration/dependency engine has been refactored (mostly by Simon Law), and will now be a lot easier to maintain, as well as being nice and quick. … … 13 13 * 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. 14 14 15 Thanks 15 === Thanks === 16 16 17 17 This release wouldn't have been possible without:
