#28171: Raise an exception if Form's empty_permitted and use_required_attribute
arguments conflict
-------------------------------------+-------------------------------------
     Reporter:  Vlastimil Zíma       |                    Owner:  Naveen
         Type:                       |  Yadav
  Cleanup/optimization               |                   Status:  assigned
    Component:  Forms                |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Naveen Yadav):

 Hi,

 working on my first ticket on django !!

 i am raising the ValidatioError from
 [https://github.com/django/django/blob/master/django/forms/forms.py#L418

 for that couple of test cases are failing because of following :

 creating a formset on certain
 [https://github.com/django/django/blob/master/django/forms/formsets.py#L170]
 set **empty_permitted** to True.
 Not sure should we allow error in this case also.

 Any pointers will be appreciated.

 Thanks.

--
Ticket URL: <https://code.djangoproject.com/ticket/28171#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.dc4241a90a89a09e78c83f8bf5e6f86b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to