[Python-modules-commits] r8373 - 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:13:57 UTC 2009


    Date: Wednesday, May 6, 2009 @ 14:13:56
  Author: odd_bloke-guest
Revision: 8373

Improved description of package (I think).

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:54 UTC (rev 8372)
+++ packages/python-django-formfieldset/trunk/debian/control	2009-05-06 14:13:56 UTC (rev 8373)
@@ -11,7 +11,8 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
 Description: fieldset rendering for Django forms
- Provides a mix-in class for forms within the Django web framework,
- which gives fieldset functionality similar to ModelAdmin and shorthand
- rendering functions for forms with fieldsets without overriding
- anything within the Django Form class itself.
+ 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.




More information about the Python-modules-commits mailing list