django-floppyforms 1.1-1 source package in Ubuntu

Changelog

django-floppyforms (1.1-1) unstable; urgency=low


  [ Michael Fladischer ]
  * New upstream release.
  * Add python-django-discover-runner to Build-Depends so tests can run.
  * Bump Depends and Build-Depends on python-django to >= 1.4.2.
  * Bump Standards version to 3.9.4.
  * Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
    and build-indep targets.
  * Format packaging files with wrap-and-sort.
  * Drop temporary fix for PKG-INFO.
  * Remove src directory from PYTHONPATH in d/rules.
  * Update years in d/copyright.
  * Drop versioned Build-Depends on python-all as there are no older
    versions available since Wheezy.
  * Use DEP5 correct format URL for d/copyright.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

 -- Michael Fladischer <email address hidden>  Tue, 24 Sep 2013 13:50:27 +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

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
django-floppyforms_1.1-1.dsc 2.1 KiB 727838ce60773b5fc8944a6fbdbaf41395cbc03b11dcac29bdea0961b4c9ab1a
django-floppyforms_1.1.orig.tar.gz 1.1 MiB b1b906cbb62109daf717be797b3ac148593bd6264565707a462cd01a67c6dec2
django-floppyforms_1.1-1.debian.tar.gz 2.8 KiB c149ab989d7dafa3b818e513629a0e472509d7c3c34285e49ec9044314aba42f

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.