Announcing django-modeltranslation

Today I am glad to announce the first release of django-modeltranslation, a Django app which can be used to translate dynamic content of existing models to an arbitrary number of languages without having to change the original model classes.

It uses a registration approach (comparable to Django’s admin app …