symposion icon indicating copy to clipboard operation
symposion copied to clipboard

VersionAdmin not found

Open cheluis opened this issue 8 years ago • 0 comments

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

cheluis avatar Aug 26 '16 10:08 cheluis