Re: [mezzanine-users] Activate reversion on mezzanine 3.0.5

2014-01-29 Thread Josh Cartmell
I think you need to use patch_admin ( http://django-reversion.readthedocs.org/en/latest/admin.html#admin-integration ). If you have trouble getting that working you may need to talk to the django reversion people On Wed, Jan 29, 2014 at 7:13 AM, Ricardo Barbosa wrote: > Hi there, > > > I've tr

[mezzanine-users] Activate reversion on mezzanine 3.0.5

2014-01-29 Thread Ricardo Barbosa
Hi there, I've tried to add django-reversion to my mezzanine project. I know that now USE_REVERSION settings tag no longer exists, so now I've added to the installed apps and synched the db. Is there anything else I need to do? On the admin page history there's no option to revert, do I need