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
Trying to setup symposion app on a Django 1.9 project, installed reversion latest and I get AttributeError: 'module' object has no attribute 'VersionAdmin' on symposion/teams/admin.py and a couple more of admins modules
VersionAdmin is on reversion admin.py, so the import should be something like from reversion.admin import VersionAdmin
The text was updated successfully, but these errors were encountered:
Trying to setup symposion app on a Django 1.9 project, installed reversion latest and I get
AttributeError: 'module' object has no attribute 'VersionAdmin'
on symposion/teams/admin.py and a couple more of admins modulesVersionAdmin is on reversion admin.py, so the import should be something like from reversion.admin import VersionAdmin
The text was updated successfully, but these errors were encountered: