Re: #12074 Fixed patch and added tests.

2010-08-04 Thread David P. Novakovic
New patch attached : *formset-as_p-as_ul-with-unittests.patch* * * At the moment it is checking the string literal, something I'm a little opposed to doing. But since it replicates the doctest and all the html seems to be html5 friendly, so it shouldn't be too much of an issue. Cheers On Thu, Aug

Re: #12074 Fixed patch and added tests.

2010-08-04 Thread David P. Novakovic
Hey Alex, Thanks for the feedback. I actually had checked this with Russ earlier, but didn't have a response yet. I prefer TestCases and would be happy to oblige. I'll move the cases I'm testing to a TestCase in the same file and add the relevant import to regressiontests/forms/tests.py D On Th

Re: #12074 Fixed patch and added tests.

2010-08-04 Thread Alex Gaynor
On Wed, Aug 4, 2010 at 6:52 PM, David P. Novakovic wrote: > Hey, in the interest of easing myself into helping out I've picked an easy > ticket to get done. > http://code.djangoproject.com/ticket/12074 > I've fixed the patch and added tests. > Let me know if I've missed something, or done somethin

#12074 Fixed patch and added tests.

2010-08-04 Thread David P. Novakovic
Hey, in the interest of easing myself into helping out I've picked an easy ticket to get done. http://code.djangoproject.com/ticket/12074 I've fixed the patch and added tests. Let me know if I've missed something, or done something wrong :) Cheers, David -- You received this message because