Re: Django 1.4 bug: Using cache_page and csrf_protect decorators results in a messy Set-Cookie response header.

2012-08-03 Thread Stefano Crosta
Hello! Anything new on this matter? I could not find a bug opened on django on this subject... On Friday, May 18, 2012 7:37:51 AM UTC+2, Paul McMillan wrote: > No. please open a new bug detailing this issue. > > > > -Paul > > > > On Tue, May 15, 2012 at 6:53 AM, Rafał Stożek wrote: > > >

Re: Django 1.4.x support for Firebird

2012-08-03 Thread Melvyn Sopacua
On 2-8-2012 14:40, Anssi Kääriäinen wrote: > It seems there is need for "max decimal digits" feature or something > like that Actually, what I'm interested in is that anything from a model field definition that can apply to a form field (yes, that general) is added to a form field's attributes of

ModelForm.Meta.overrides

2012-08-03 Thread Simon Meers
A couple of months ago Jannis closed #/17924 [1] as wontfix, stating "I'm violently -1 on the whole topic "meta programming form fields after they've been instantiated", it's a mess. Yes it would be more DRY, but also much harder to know how the hell the form fields are composed as. Just override t