Changes between Version 6 and Version 7 of About
- Timestamp:
- 11/20/08 21:45:20 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
About
v6 v7 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 == Automatic Migration Creation == 34 36
