Re: FileField with ModelForm

2008-01-10 Thread Brian Rosner
On 2008-01-10 17:34:11 -0700, Malcolm Tredinnick <[EMAIL PROTECTED]> said: > > > On Thu, 2008-01-10 at 02:12 -0800, > [EMAIL PROTECTED] wrote: >> Looked at the latest patch, great stuff. >> >> About other fields needing initial data, what about havig a commom >> baseclass (for use with isins

Re: FileField with ModelForm

2008-01-10 Thread Malcolm Tredinnick
On Thu, 2008-01-10 at 02:12 -0800, [EMAIL PROTECTED] wrote: > Looked at the latest patch, great stuff. > > About other fields needing initial data, what about havig a commom > baseclass (for use with isinstance) for those fields or a > takes_initial attribute so it is not only specific to filefi

ModelForms w/no pre-set model

2008-01-10 Thread Collin Grady
In a previous thread [1], there was talk of allowing ModelForm to work without a model hard-coded, so it would base it off the instance passed to the form. However, on trying to make that work, it seems that something may have been left out of the previous patch - if I don't include a model, i

Re: Django and Source Mage GNU/Linux

2008-01-10 Thread Ramiro Morales
On Jan 10, 2008 2:40 PM, Alexander Tsamutali <[EMAIL PROTECTED]> wrote: > > I would be glad to see some answer from developers here. Here is the > small diff against current SVN version: I'd recomment to open a ticket for this on the django Trac. http://code.djangoproject.com/simpleticket (cr

Re: Django and Source Mage GNU/Linux

2008-01-10 Thread Alexander Tsamutali
I would be glad to see some answer from developers here. Here is the small diff against current SVN version: 79a80,90 > Source Mage > --- > > A spell is available for `Source Mage`_. Current stable grimoire has spell__ > for > Django 0.96 and the test grimoire has spell__ which supports

Re: FileField with ModelForm

2008-01-10 Thread [EMAIL PROTECTED]
As mentioned om IRC: About takes_initial, maybe it should just give the field clean a tuple of (value, initial) to avoid changing the clean arguments? Not sure if this is a good idea, any core devs have a design decision? On Jan 10, 5:00 pm, Brian Rosner <[EMAIL PROTECTED]> wrote: > On 2008-01-

Re: FileField with ModelForm

2008-01-10 Thread Brian Rosner
On 2008-01-10 03:12:29 -0700, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> said: > > Looked at the latest patch, great stuff. > > About other fields needing initial data, what about havig a commom > baseclass (for use with isinstance) for those fields or a > takes_initial attribute so it is not on

Fee Download Link! Sex Thai Wow!

2008-01-10 Thread Microsoft Passport
Fee Download Link! Sex Thai Wow! http://www.ziddu.com/download.php?uid=aK%2BalJiqaK%2Balpmlr6yZlJyiYauWlZSp1 Fee Download Link! Sex Thai Wow! http://w14.easy-share.com/12120281.html Fee Download Link! Sex Thai Wow!http://www.ziddu.com/download.php?uid=Z62enZypbKqenZzzZaqZnJGlZKealJw%3D3

Re: FileField with ModelForm

2008-01-10 Thread [EMAIL PROTECTED]
Looked at the latest patch, great stuff. About other fields needing initial data, what about havig a commom baseclass (for use with isinstance) for those fields or a takes_initial attribute so it is not only specific to filefields. On Jan 10, 1:24 am, Brian Rosner <[EMAIL PROTECTED]> wrote: > On