1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: django-modeltranslation
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Sophie Brun <sophie@freexian.com>,
Raphaƫl Hertzog <hertzog@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-django,
python3-pil,
python3-six,
python3-sphinx,
Standards-Version: 4.5.1
Homepage: https://github.com/deschler/django-modeltranslation/
Vcs-Git: https://salsa.debian.org/python-team/packages/django-modeltranslation.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-modeltranslation
Package: python3-django-modeltranslation
Architecture: all
Depends: python3-django, python3-six, ${misc:Depends}, ${python3:Depends}
Suggests: python-django-modeltranslation-doc
Description: Translate dynamic content of Django models (Python 3)
The modeltranslation application 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) to be able to add translations to existing or new projects
and is fully integrated into the Django admin backend.
.
This package installs the library for Python 3.
Package: python-django-modeltranslation-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Translate dynamic content of Django models (common documentation)
The modeltranslation application 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) to be able to add translations to existing or new projects
and is fully integrated into the Django admin backend.
.
This is the common documentation package.
|