Django Stories v0.2 documentation
Install django-reversion
pip install django-reversion
Add reversion to your INSTALLED_APPS setting.
./manage.py syncdb
All the hooks are there to notice when reversion is installed. Versions are tracked from when reversion is first installed.