Thursday, September 18, 2008
Version your content with RCS-Field
Nice! This is something you've probably heard requested many time before. django-rcsfield fills a gap when you need to version content of your web app. The project features a custom model field (like models.TextField) for the Django web framework which - under the hood - versionizes it's content. The 'rcs' in the name is short for revision control system. The current implementation works with Bazaar and SVN. An abstration layer makes implementing additional backends easy.