Source: django-hvad Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Hans-Christoph Steiner Build-Depends: debhelper (>=9), dh-python, python3-all (>= 3.4), python3-django (>= 1.8), python3-setuptools, Standards-Version: 4.1.3 Homepage: https://github.com/KristianOellegaard/django-hvad Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-hvad.git Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-hvad.git X-Python3-Version: >= 3.4 Package: python3-django-hvad Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Painless translations in Django Painless translations in django, using the regular ORM. Integrates easily into existing projects and apps. Easy convertible from django-multilingual-ng. . This project adds support for model translations in Django. It is designed to be unobtrusive, efficient and reliable. On the technical side, it uses an automatically created Translations Model to store translatable fields in arbitrary languages with a foreign key to the main model, enabling fast queries. . Started in 2011, hvad has grown mature and is now used on large scale applications.