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
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
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