diefenbach / django-lfs

An online-shop based on Django
http://www.getlfs.com
BSD 3-Clause "New" or "Revised" License
622 stars 222 forks source link

Do we need 0005 and 0006 migrations in catalog app? #179

Closed DNX closed 9 years ago

DNX commented 9 years ago

Do we need 0005 and 0006 migrations in catalog app? We have migrate_to_08() that do the same before this migrations so South will fail here.

pigletto commented 9 years ago

Seems you're right, not sure why it appeared there. I've commented it out because we have newer migrations now.

diefenbach commented 9 years ago

This throws an error if you create a new database from scratch.