| Version 1 (modified by andrew, 4 years ago) (diff) |
|---|
South 0.6
Major changes in this release:
- Introspection of models is now the default behaviour, falling back to parsing for unknown custom fields. This allows South to work with dynamically-created models.
- The verbosity of South commands has changed to omit printing the SQL it runs by default; you can re-enable it by passing --verbosity=2. Using --db-dry-run will implicitly set this higher verbosity level.
