Warning
Please note that django-hvad is still in alpha status and should be used with caution.
Note
django-hvad is closely related to (and derives from) django-nani. Don’t be confused if that name is used in the docs or elsewhere, many of the functions are also compatible with django-nani.
django-hvad provides a high level API to maintain multilingual content in your database using the Django ORM.
Please note that this documentation assumes that you are very familiar with Django and Python, if you are not, please familiarize yourself with those first.
While django-hvad tries to be as simple to use as possible, it’s still recommended that you only use it if you consider yourself to be very strong in Python and Django.
django-hvad is tested on python 2.6 and 2.7 with django 1.2.7, 1.3.1 and 1.4. These should all work as expected, but for django 1.2.x you need you need to install django-cbv to use the class based views.