django-floppyforms 0.4.7-2 source package in Ubuntu

Changelog

django-floppyforms (0.4.7-2) unstable; urgency=low


  * Fix tests for django (>= 1.4) FTBFS (Closes: #669462).
    - Bump B-D for django to (>= 1.2)
  * Bump Standards-Version to 3.9.3.
  * Add django_floppyforms.egg-info/PKG-INFO to d/clean to allow the
    package to be built tice in a row (Closes: #671531).

 -- Michael Fladischer <email address hidden>  Sun, 06 May 2012 19:12:06 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
django-floppyforms_0.4.7-2.dsc 1.5 KiB a92c475dde9e409074a042bb35c82d90cfe6a65daa912d1153c949ccc8f34975
django-floppyforms_0.4.7.orig.tar.gz 18.1 KiB b924c837af429b10bbeff36a8f2450e4d3a6d7a3ca78d4eb77a4155430481abf
django-floppyforms_0.4.7-2.debian.tar.gz 2.8 KiB 5d7f3f3d57fee4774610768dfc4033d59ab82b277b500f5788762036c441b360

Available diffs

No changes file available.

Binary packages built by this source

python-django-floppyforms: better control of form rendering in Django

 Django-foppyforms is an application that gives you full control of the
 output of forms rendering. This is more a widgets library than a forms
 library but form fields are provided for convenience. The forms API and
 features are exactly the same as Django’s, the key difference is that
 widgets are rendered in templates instead of using string interpolation.
 .
 The widgets API allows you to customize and extend the widgets behaviour,
 making it very easy to define custom widgets. The default widgets are very
 similar to the default Django widgets, except that they implement some
 nice features of HTML5 forms, such as the placeholder and required
 attribute, as well as the new <input> types.