Re: FileField with ModelForm

2008-01-11 Thread [EMAIL PROTECTED]
Added a patch that uses the takes_initial approach. The tests pass. Just want this in quick ;) On Jan 11, 4:14 am, Brian Rosner <[EMAIL PROTECTED]> wrote: > On 2008-01-10 17:34:11 -0700, Malcolm Tredinnick > <[EMAIL PROTECTED]> said: > > > > > > > On Thu, 2008-01-10 at 02:12 -0800, > > [EMAIL

Re: How to stop spam on our groups

2008-01-11 Thread Karen Tracey
On Jan 5, 2008 9:31 AM, shabda.raaj <[EMAIL PROTECTED]> wrote: > > In some of the groups like turbo gears I see a policy where the first > time posters post are held for moderation, and once they are approved > the posters can then post without any moderation. This is what the > turbogears

Re: Model Creation Optimization

2008-01-11 Thread Ivan Illarionov
Updated the patch http://code.djangoproject.com/ticket/6214 Another small optimization. 1. It passes all unit tests 2. It is IMO more clear 3. It is faster (1-1.5 seconds per 1 models on my machine) than current django model creation --~--~-~--~~~---~--~~ You