mverleg / svsite

Reusable study-organisation website (under development)
http://svsite.readthedocs.org/
Other
0 stars 0 forks source link

Clea migrations don't run (again) #140

Open mverleg opened 7 years ago

mverleg commented 7 years ago

django.db.migrations.state.InvalidBasesError: Cannot resolve bases for [<ModelState: 'cmsplugin_filer_file.FilerFile'>, <ModelState: 'cmsplugin_filer_link.FilerLinkPlugin'>, <ModelState: 'cmsplugin_filer_image.FilerImage'>]

mverleg commented 7 years ago

Commenting the apps cmsplugin_filer_file and cmsplugin_filer_image, migrating, then uncommenting and migrating again "works" (gives Your models have changes that are not yet reflected in a migration, and so won't be applied). So the problem is with one or both of these or their depedencies.

mverleg commented 7 years ago

cmsplugin_filer_file, cmsplugin_filer_link and cmsplugin_filer_image all three cause conflicts