File: control

package info (click to toggle)
python-django-formfieldset 0%2Bgit20090520-621cb58-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 56 kB
  • ctags: 30
  • sloc: python: 215; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 925 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: python-django-formfieldset
Section: python
Priority: optional
Maintainer: Daniel Watkins <daniel@daniel-watkins.co.uk>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7), python, python-support
Standards-Version: 3.8.1
Homepage: http://github.com/muhuk/django-formfieldset/tree/master
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-formfieldset/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-formfieldset/trunk/

Package: python-django-formfieldset
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
Description: fieldset rendering mixin for Django-based forms
 This package provides a mixin class for forms that use the Django web
 framework. It allows forms to be partitioned into groups (or
 "fieldsets") in a similar way to the built-in admin system.