pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 146 forks source link

VersionAdmin not found #147

Open cheluis opened 8 years ago

cheluis commented 8 years ago

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