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
|
Source: django-select2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Tom Teichler <debdolph@tom-teichler.de>, Dominik George <natureshadow@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-django,
python3-django-appconf,
python3-pytest,
python3-pytest-cov,
python3-pytest-django,
python3-pytest-runner,
python3-selenium,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
Standards-Version: 4.6.0
Homepage: https://github.com/codingjoe/django-select2
Vcs-Git: https://salsa.debian.org/python-team/packages/django-select2.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-select2
Testsuite: autopkgtest-pkg-pybuild
Package: python3-django-select2
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, libjs-select2.js
Description: Select2 option fields for Django
The app includes Select2 driven Django Widgets.
Documentation
.
Documentation available at django-select2.readthedocs.io.
.
Note:
.
Django's admin comes with builtin support for Select2 via the
autocomplete_fields feature.
|