Changes between Version 8 and Version 9 of WikiStart
- Timestamp:
- 09/03/08 21:22:18 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v8 v9 1 1 = south = 2 2 3 This is South, intelligent schema migrations for [http://www.djangoproject.org Django] apps. 3 This is South, intelligent '''schema migrations''' for [http://www.djangoproject.org Django] apps. 4 5 South is: 6 7 * Intelligent; it [wiki:About#MissingMigrations knows if you've missed out] a migration or two 8 * [wiki:About#DatabaseIndependence Database independent], so there's no hassle if you need to move databases. 9 * Easy; it can [wiki:About#AutomaticMigrationCreation write migrations for you], and it takes about a minute to [wiki:ConvertingAnApp convert your app] over to use South. 10 * Designed for a pluggable Django world; you can declare [wiki:Dependencies dependencies] between apps so they all migrate together correctly, and you can still use syncdb for your non-migrated apps without it interfering. 11 12 -------- 4 13 5 14 * Have a read [wiki:About about South], and see why we think you should use it. … … 9 18 * Subscribe to the [http://www.aeracode.org/category/south/feed/ South news feed]. 10 19 11 The [wiki:Download latest version] of South is '''0.2''', released on 9th August 2008, but we've made some '''backwards-incompat able changes''' since. Please hold on for a bit while we finish them off; you can get the latest code from [wiki:Download subversion] in the meantime.20 The [wiki:Download latest version] of South is '''0.2''', released on 9th August 2008, but we've made some '''backwards-incompatible changes''' since. Please hold on for a bit while we finish them off; you can get the latest code from [wiki:Download subversion] in the meantime. 12 21 13 22 == Quick Information ==
