INACTIVE - http://mzl.la/ghe-archive - Extension to Django Forms that strips spaces
Перейти к файлу
Jeff Balogh 729612c2a8 strip before clean so empty values don't slip past 2010-08-18 07:34:52 +08:00
happyforms strip before clean so empty values don't slip past 2010-08-18 07:34:52 +08:00
.gitignore Initial commit 2010-08-17 15:41:37 -07:00
LICENSE Initial commit 2010-08-17 15:41:37 -07:00
MANIFEST.in Initial commit 2010-08-17 15:41:37 -07:00
README.rst README 2010-08-17 15:43:49 -07:00
setup.py Initial commit 2010-08-17 15:41:37 -07:00

README.rst

If you use these forms... you don't have to deal with leading *or* trailing
spaces.

Patches welcome.

====
TODO
====

* Improve documentation.
* Write tests.