- Fix typo on README.txt
- Fix uncaught exception during initialization of GIT repository.
- The (git) repo can now be anywhere in the filesystem (not necessarily inside the MEDIA_ROOT), and django-vff can be told to keep its files in a subdirectory iof the repo.
- Better fix for error when deleting objects with no file in the repo.
- Do not fail deleting objects with no file in the repo.
- Remove the files from the repository when deleting objects.
- Change the signature of VersionedFieldFile's save and delete so they are compatible with django's FieldFile.
- Initial version which includes a VersionedFileField and a git backend.