Today I would like to introduce some aspect with creating my new hobby projects, called django-gitversions.
Django-gitversions means versioning Django data using Git.
Features
* dump all database entries to single file fixtures
* restore all database entries from N fixtures
* autoversion of model changes using Django Signals