Re: assertFormSetError

2011-06-27 Thread Martin Green
Thank you for reviewing it. Cheers, Martin On Mon, Jun 27, 2011 at 2:29 PM, Russell Keith-Magee wrote: > On Mon, Jun 27, 2011 at 12:58 AM, Martin Green > wrote: >> The unittest client currently does not allow for the testing of >> non-formset errors.  I have made a ticket

assertFormSetError

2011-06-26 Thread Martin Green
The unittest client currently does not allow for the testing of non-formset errors. I have made a ticket for this https://code.djangoproject.com/ticket/11603, which now has an upto date patch for adding it into trunk. Could I check that: * this functionality is desired. * what version of django

Re: assertFormSetError

2011-06-26 Thread Martin Green
Documentation has now be changed assuming that it will be added to Django 1.4, after input from IRC channel. Martin On Sun, Jun 26, 2011 at 5:58 PM, Martin Green wrote: > The unittest client currently does not allow for the testing of > non-formset errors.  I have made a ticket for this &