| Projects on Google Code | Results 1 - 1 of 1 |
===Versionize Content of Django Model-Fields===
`django-rcsfield` is a field (like `models.TextField`) for the Django web framework which - under the hood - versionizes its content. The 'rcs' in the name is short for *revision control system*.
The current implementation works with:
* [h...