Re: formsets should be iterable: closed [WONTFIX] -- why

2010-12-20 Thread KentH
Hi Russ, Thanks very much for applying the patch (especially finding the docs, finding the tests, updating the docs, and updating the tests...). I appreciate your effort & your mentoring. I'll do better with the next patch. Thanks again, Kent -- You received this message because you are

Re: formsets should be iterable: closed [WONTFIX] -- why

2010-12-19 Thread Russell Keith-Magee
On Thu, Dec 16, 2010 at 5:23 AM, KentH wrote: > Any chance this one (#16455) can be reviewed before feature freeze? Hi Kent, I've just committed this in r14986. Thanks for your work on this ticket. For future reference, I've left a couple of notes on the ticket explaining the

Re: formsets should be iterable: closed [WONTFIX] -- why

2010-12-15 Thread KentH
Any chance this one (#16455) can be reviewed before feature freeze? Thanks. Kent On Dec 3, 1:16 am, KentH wrote: > Ian's comments were spot-on. And it's extremely helpful when a > critique comes complete with a better solution. > > I've uploaded the improved code patch. Docs &

Re: formsets should be iterable: closed [WONTFIX] -- why

2010-12-03 Thread KentH
Ian's comments were spot-on. And it's extremely helpful when a critique comes complete with a better solution. I've uploaded the improved code patch. Docs & tests unchanged. Have a good time sprinting. And thanks for the assist. Kent -- You received this message because you are subscribed to

Re: formsets should be iterable: closed [WONTFIX] -- why

2010-12-02 Thread Russell Keith-Magee
On Fri, Dec 3, 2010 at 3:47 AM, KentH wrote: > I completed the upload of patch, tests & docs a few weeks ago. As I > think it's complete, I was hoping review might make the sprint this > weekend. It's still assigned to "Pandres", but I think that was just > from when it was

Re: formsets should be iterable: closed [WONTFIX] -- why

2010-12-02 Thread KentH
I completed the upload of patch, tests & docs a few weeks ago. As I think it's complete, I was hoping review might make the sprint this weekend. It's still assigned to "Pandres", but I think that was just from when it was initially closed "Wontfix". Pls let me know if there's something else I

Re: formsets should be iterable: closed [WONTFIX] -- why

2010-11-15 Thread KentH
Russell, Thanks for reopening the ticket. I have uploaded the documentation & will tackle the tests after the refactor. Thanks again, Kent -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to

Re: [16455] formsets should be iterable: closed [WONTFIX] -- why

2010-11-15 Thread Russell Keith-Magee
On Tue, Nov 16, 2010 at 6:02 AM, KentH wrote: > Hi, > > My ticket was closed by Pandres with the comment: > > Your path seems to add another way to do something that is already > easy to do (and it's done all around in the code). It goes against the > principle of "there should

[16455] formsets should be iterable: closed [WONTFIX] -- why

2010-11-15 Thread KentH
Hi, My ticket was closed by Pandres with the comment: Your path seems to add another way to do something that is already easy to do (and it's done all around in the code). It goes against the principle of "there should be one obvious way to do it" Great reason -- but the other path is not