Changes between Version 7 and Version 8 of About
- Timestamp:
- 11/20/08 22:56:05 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
About
v7 v8 31 31 Writing raw SQL migrations can be a pain, as you suddenly lose your database agnosticism. South comes with a small database abstraction layer that wraps all of the common table-level functions, and lets you use the Django ORM for any higher-up data moving. We're also on a quest to continually improve the abstraction layer with more functions and databases, so if you want a feature, don't hesistate to ask, or have a go at adding it yourself. 32 32 33 Note: '''South does not yet support SQLite.''' We're working on it: see ticket #34.34 33 35 34 == Automatic Migration Creation ==
