You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you won't or can't update south to v1.0 you can try the second option
If your users are stubborn and refuse to upgrade South, they may instead change the SOUTH_MIGRATION_MODULES setting for your app to point to the new south_migrations directory.
for cmsplugin_contact_plus this would be:
SOUTH_MIGRATION_MODULES = {
'cmsplugin_contact_plus': 'ignore', # south migrations not supported by cmsplugin_contact_plus
}
With
Django==1.4.16
anddjango-cms==2.4.3
I got the following error.There is a note in the README but this should work anyway.
Affected cmsplugin-contact-plus version: 1.1.13
The text was updated successfully, but these errors were encountered: