Modify ↓
Ticket #954 (infoneeded defect)
NoMigrations exception (even with --delete-ghost-migrations)
| Reported by: | kostia.lopuhin@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | commands | Version: | unknown |
| Keywords: | Cc: |
Description
command ./manage.py migrate --delete-ghost-migrations
raises exception south.exceptions.NoMigrations? (using south 0.7.3) - full traceback http://pastebin.com/jvUyfU3C
How to reproduce: create app with some migrations, apply them to database, then delete "migrations" folder from this app (not removing migrations from database). Then run this command.
I expected that it should delete non-existant migrations.
Maybe similar to http://south.aeracode.org/ticket/354 - but it is marked as fixed in 0.7
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Can you try using the development version please? I believe this may have been fixed since 0.7.3.