Re: newforms: [] not in EMPTY_VALUES -- ticket opened

2007-04-16 Thread webograph
filed in trac as ticket #4051 (http://code.djangoproject.com/ticket/4051) webograph --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@g

Re: newforms: [] not in EMPTY_VALUES

2007-04-16 Thread Michael Radziej
Hi webograph, On Fri, Apr 13, webograph wrote: > i noticed that [] is not in the EMPTY_VALUES against which data is > validated in newforms fields' default clean() function; this makes > fields which usually return lists raise the ValidationError 'This field > is required.' themselves instead of

newforms: [] not in EMPTY_VALUES

2007-04-13 Thread webograph
hi, i noticed that [] is not in the EMPTY_VALUES against which data is validated in newforms fields' default clean() function; this makes fields which usually return lists raise the ValidationError 'This field is required.' themselves instead of relying on super(). an example of this behavior is