#23127 closed Cleanup/optimization (fixed)
"Upgrading from South" documentation should mention south_migrations folder option
Reported by: | Piotr Maliński | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.7-rc-2 |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
South 1.0 will look for migrations in south_migrations folder - http://south.readthedocs.org/en/latest/releasenotes/1.0.html
The "Upgrading from South" documentation https://docs.djangoproject.com/en/dev/topics/migrations/#upgrading-from-south should mention that as a solution for re-usable applications as a way to provide backward compatible release but also with new migrations.
Change History (3)
comment:1 by , 10 years ago
Severity: | Normal → Release blocker |
---|---|
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I guess it wouldn't hurt to point this out here in order to help third party applications move to the migration framework while supporting South in the same code base.