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: python-django-adminsortable
Section: python
Priority: optional
Maintainer: Joost van Baal-Ilić <joostvb@debian.org>
Build-Depends: debhelper (>=9), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python3-all, python3-setuptools
Standards-Version: 3.9.7
Homepage: https://github.com/iambrandontaylor/django-admin-sortable
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-django-adminsortable.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-django-adminsortable.git
Package: python-django-adminsortable
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: drag-and-drop ordering for objects in Django Admin (Python 2)
Generic drag-and-drop ordering for objects and tabular inlines in Django Admin.
.
This package installs the library for Python 2.
Package: python3-django-adminsortable
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: drag-and-drop ordering for objects in Django Admin (Python 3)
Generic drag-and-drop ordering for objects and tabular inlines in Django Admin.
.
This package installs the library for Python 3.
|