phatch-dev team mailing list archive
-
phatch-dev team
-
Mailing list archive
-
Message #00358
[Bug 391483] Re: CharField fails on CharField('')
$ bzr commit -m "fix for charfield is ''"
Committing to: /home/stani/sync/python/phatch/trunk/
modified phatch/core/lib/formField.py
Committed revision 895.
** Changed in: phatch
Status: Confirmed => Fix Committed
--
CharField fails on CharField('')
https://bugs.launchpad.net/bugs/391483
You received this bug notification because you are a member of Phatch
Developers, which is subscribed to Phatch.
Status in Phatch = Photo & Batch!: Fix Committed
Bug description:
If you happen to provide '' as the default value for CharField it causes nasty user interface corruption. Perhaps it's better to have it to handle it some other way? Furthermore it would be nice if CharField() would work by default as passing ' ' as default value seems redundant.
References