python-django-crispy-forms 1.4.0-3 source package in Ubuntu

Changelog

python-django-crispy-forms (1.4.0-3) unstable; urgency=medium


  * add debian/upstream/metadata
  * add debian/patches/no-remote-resources.patch to avoid privacy issues
    in generated documentation
  * bump Standards-Version to 3.9.6 (no changes)
  * debian/rules:
    - fix type s/dh_auth_clean/dh_auto_clean/ to really clean documentation
      build directory
    - remove egg-info in override_dh_auto_clean too

 -- Jan Dittberner <email address hidden>  Sat, 11 Oct 2014 18:25:50 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-crispy-forms_1.4.0-3.dsc 1.9 KiB 83b1862a033143213d47503047e7867b191767c5c8640a50bf062b7447221407
python-django-crispy-forms_1.4.0.orig.tar.gz 143.4 KiB e0a8675b914ef57cbcb832ff61af314e72a008083cf05906c0b191bc46c17bff
python-django-crispy-forms_1.4.0-3.debian.tar.xz 4.6 KiB ae30957e1248fe4bba5a79bcdc390a71e2c505b1fc8f5a46acedf7ca25121bcf

Available diffs

No changes file available.

Binary packages built by this source

python-django-crispy-forms: app for Django providing elegant form rendering

 django-crispy-forms provides you with a |crispy filter and {% crispy %} tag
 that will let you control the rendering behavior of your Django forms in a
 very elegant and DRY way. Have full control without writing custom form
 templates. All this without breaking the standard way of doing things in
 Django, so it plays nice with any other form application.
 .
 Django-crispy-forms supports several frontend frameworks, such as Twitter
 Bootstrap (versions 2 and 3), Uni-form and Foundation. You can also easily
 adapt your custom company's one, creating your own, see the docs for more
 information. You can easily switch among them using CRISPY_TEMPLATE_PACK
 setting variable.