django-floppyforms 1.5.2+dfsg-1 source package in Ubuntu

Changelog

django-floppyforms (1.5.2+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Clean docs/.build during dh_auto_clean.
  * Bump Standards-Version to 3.9.6.
  * Drop do_not_install_tests.patch as it was included upstream.
  * Clean built documentation.
  * Change my email address to <email address hidden>.
  * Exclude OpenLayers files from upstream tarball as we will make use
    of libjs-openlayers.
  * Make uscan aware of our DFSG repack in d/watch.
  * Create symlink from static assets to libjs-openlayers.
  * Add libjs-openlayers to Build-Depends and Depends.
  * Bump debhelper compatibility level to 9.

 -- Michael Fladischer <email address hidden>  Wed, 12 Aug 2015 11:48:32 +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

Xenial: [FULLYBUILT] amd64

Wily: [FAILEDTOBUILD] amd64

Downloads

File Size SHA-256 Checksum
django-floppyforms_1.5.2+dfsg-1.dsc 2.5 KiB ae9654f8d03eb7337ad5526ddf6e291c59ac4925505ca75a8f7a26e7fc523fe7
django-floppyforms_1.5.2+dfsg.orig.tar.gz 1.1 MiB 44e89d35ed9fe9b20e0c3ea28b64ed21cee5c2530f8769ee0d65106febcc7bc1
django-floppyforms_1.5.2+dfsg-1.debian.tar.xz 4.0 KiB 42a32e32c2d88298a656d7074afeeb4313d0cb1d07edcf4dfb0794f5ba056d2c

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.

python-django-floppyforms-doc: better control of form rendering in Django (Documentation)

 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.
 .
 This package contains the documentation.

python3-django-floppyforms: better control of form rendering in Django (Python3 version)

 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.
 .
 This package contains the Python 3 version of the library.