django-reversion v1.4 has made some changes to his models, see also: https://github.com/etianen/django-reversion/wiki/Schema-migrations
So it's needed to update your database.
Without database migration you will get this error, after saving a page/blog entry etc.:
You can use South for this:
e.g.:
To use south it's also needed to update PyLucid:
Create new south database tables:
there exist no comment for 'new django-reversion needs schema migrations'
loading...
Leave a comment