Hi, I'm making my first 0.96 application, a Faroe Islands tax calculator (it's at gladsheinur.webfactional.com/skattur/, check it out, it's a work in progress).
I'm trying to use a BooleanField, but GET requests send nothing back to the server if the checkbox is unchecked. That makes the form return a "This field is required', although it IS being used (it's only set to 'off'). To make things work, I have to hack around using class MyForm(forms.Form): bool = forms.BooleanField(label="boolean", required=False) which isn't good. Anyone else have this problem with newforms? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---