Re: RFC newforms usage

2007-01-06 Thread [EMAIL PROTECTED]
Thanks a lot Adrian, i have since refactored the code following your suggestions and it's _a lot_ cleaner now ;-) Lorenzo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this grou

Re: RFC newforms usage

2007-01-05 Thread Adrian Holovaty
On 1/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: i started reimplementing my old manipulators code using newforms. Can u guys give me some feedback on my usage of it? What i wrote seems to me a lot of code for a 3 field form (even though part of the bloat is due to date formatting) Here

Re: RFC newforms usage

2007-01-05 Thread Adrian Holovaty
On 1/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: i started reimplementing my old manipulators code using newforms. Can u guys give me some feedback on my usage of it? What i wrote seems to me a lot of code for a 3 field form (even though part of the bloat is due to date formatting) Here