File: control

package info (click to toggle)
django-ajax-selects 1.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 352 kB
  • sloc: python: 924; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 848 bytes parent folder | download
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
Source: django-ajax-selects
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Brian May <bam@debian.org>,
Build-Depends:
 debhelper-compat (= 9),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.4.0
Homepage: https://github.com/crucialfelix/django-ajax-selects
Vcs-Git: https://salsa.debian.org/python-team/modules/django-ajax-selects.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-ajax-selects

Package: python3-ajax-select
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 libjs-jquery,
 libjs-jquery-ui,
Description: Django library for editing fields with autocomplete
 Enables editing of ForeignKey, ManyToMany and simple text fields using the
 Autocomplete - jQuery plugin.