This is problematic because we should be able to call formset.is_valid()
without fearing it raising a validation exception (and wrapping it in a
try/except clause to avoid crashes). In my opinion, is_valid() should
return False and not raise an exception.
--
Ticket URL: <https://code.djangoproject.com/ticket/32160>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: Jon Dufresne (added)
Comment:
Hi Claude. Jon put in a [https://github.com/django/django/pull/13607 PR]
this last week for #22276. Do you think this is the same issue?
--
Ticket URL: <https://code.djangoproject.com/ticket/32160#comment:1>
* status: new => closed
* resolution: => duplicate
Comment:
Ah yes, absolutely. Well found!
--
Ticket URL: <https://code.djangoproject.com/ticket/32160#comment:2>