#1767 validator_list silently deleted for BooleanFields

2006-05-09 Thread Joseph Kocherhans
If this ticket could get some quick love I'd much appreciate it. Something is definitely wrong, but is the patch acceptable? http://code.djangoproject.com/ticket/1767 I brought it up on the list last week, but no one seemed to have an opinion, or it just got missed. http://groups.google.com/grou

validator_list silently deleted for BooleanFields

2006-05-04 Thread Joseph Kocherhans
Line 257 of django/db/models/fields/__init__.py explicitly deletes the validator_list and is_required parameters for BooleanFields. The frustrating part is that no errors are raised by providing a validator_list argument to a BooleanField, and I can't find any doumentation for this behavior. I und