RETIRED, further work has moved to Debian project infrastructure
Go to file
tzangms 62af3e0766 Merge pull request #30 from jweiher/master
Fix behavior for auto_id=False on form creation
2013-09-10 01:14:32 -07:00
bootstrapform Fix behavior for auto_id=False on form creation 2013-09-05 23:31:01 +02:00
docs fixed RST for link to Nivl 2013-09-09 22:44:16 -04:00
example Add example 2013-05-07 16:35:12 +08:00
.gitignore update docs 2013-05-07 16:23:12 +08:00
LICENSE add LICENSE 2011-09-13 20:59:07 -07:00
MANIFEST.in fix setup.py with MANIFEST.in 2012-02-14 21:23:14 +08:00
README.rst Update README.rst 2013-08-27 06:03:22 +08:00
setup.py modify setup.py 2012-02-14 18:37:20 +08:00

Django bootstrap form

Generate twitter-bootstrap form output for django form

A simple Django template tag to work with twitter bootstrap ( http://twitter.github.com/bootstrap/ )

Now support for Bootstrap 3!

Read the Docs

CHANGELOG

  • 2013-8-27:

    Add support for Bootstrap 3, contributed by Nivl

  • 2013-5-7:

    Add radio support for ChoiceField