[Python-modules-commits] r8375 - in packages/python-django-formfieldset/trunk/debian (control)
odd_bloke-guest at users.alioth.debian.org
odd_bloke-guest at users.alioth.debian.org
Wed May 6 14:14:01 UTC 2009
Date: Wednesday, May 6, 2009 @ 14:14:00
Author: odd_bloke-guest
Revision: 8375
Changed description.
Modified:
packages/python-django-formfieldset/trunk/debian/control
Modified: packages/python-django-formfieldset/trunk/debian/control
===================================================================
--- packages/python-django-formfieldset/trunk/debian/control 2009-05-06 14:13:58 UTC (rev 8374)
+++ packages/python-django-formfieldset/trunk/debian/control 2009-05-06 14:14:00 UTC (rev 8375)
@@ -10,9 +10,7 @@
Package: python-django-formfieldset
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
-Description: fieldset rendering for Django forms
- Allows the partitioning of fields within a Django form into fieldsets, to allow
- more complex forms to be created (in a similar vein to the Django ModelAdmin
- classes). A mixin class is provided which allows this functionality, so no
- Django form functionality is removed. Also included are rendering functions
- for forms using fieldsets.
+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.
More information about the Python-modules-commits
mailing list