Go for it :-)
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
Didn't you hear me: I said go find another framework, Django obviously
sucks because one new user can't get his head around it ;-)
http://docs.djangoproject.com/en/dev/ref/forms/fields/#booleanfield
You should have read that section, esp:
"Validates that the check box is checked (i.e. the value is True) if the
field has required=True."
and the note following:
"Since all Field subclasses have required=True by default, the
validation condition here is important. If you want to include a
checkbox in your form that can be either checked or unchecked, you must
remember to pass in required=False when creating the BooleanField"
By saying you have a very bad experience with Django because you didn't
read the documentation there's not much we can do for you.
Didn't you hear me: I said go find another framework, Django obviously
steveneo wrote:
> BooleanField limits only to CheckBox? But I set
> widget=HiddenField.... It does not report error. HTML renders
> correctly, but actually, you can not use like that?!
sucks because one new user can't get his head around it ;-)
+1
/L
if steveneo got `Very Bad experience`, maybe i got `Very..very... n
very... bad experience`,
but i still learning django ^_^
*There`s no magic, its must be explicitly defined ^_^
iyank4