Re: ModelForms regression since Django 1.1.2

2010-08-09 Thread Russell Keith-Magee
Hi Vasili, Thanks for the gentle poke -- I'l try and take a look at this over the next couple of days. Yours, Russ Magee %-) On 8/8/10, 3point2 wrote: > Hi everyone, > > I'm writing to draw attention to a ticket I opened a couple of months > ago that seems to have been overlooked: > http://co

ModelForms regression since Django 1.1.2

2010-08-08 Thread 3point2
Hi everyone, I'm writing to draw attention to a ticket I opened a couple of months ago that seems to have been overlooked: http://code.djangoproject.com/ticket/13679 There was a regression in Django 1.1.2 that's causing ModelForms to ignore callable defaults for ForeignKeys. I attached a simple