Why was the ENABLE_PSYCO setting removed?

2007-03-24 Thread Jonas Maurus
Hey everybody, I googled and looked into the changeset, but I couldn't find anything about why the setting was removed... I'm not trying to criticize the change, really, but unlike many other changes there doesn't seem to be a discussion in django-developers on file or anything and I find the rel

Re: generic views

2007-03-24 Thread Malcolm Tredinnick
On Sat, 2007-03-24 at 10:40 +, paulh wrote: > I tried this post in django users, but it got no responses: Sometimes it will take more than 24 hours for your question to be addressed. Please have some patience. There's already a ticket open for the issue you raised, it will probably be impleme

Re: Add a salt to the newforms fields names

2007-03-24 Thread [EMAIL PROTECTED]
Slick. Anyone interested in including this in contrib? On Mar 23, 6:35 pm, "SmileyChris" <[EMAIL PROTECTED]> wrote: > On Mar 24, 7:37 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > > Just an idea, but maybe someone could make a new field class that > > encapsulates a hidden HTML input

Re: {% with %} tag

2007-03-24 Thread SmileyChris
On Mar 25, 8:00 am, "Aidas Bendoraitis" <[EMAIL PROTECTED]> wrote: > Wouldn't it be more convenient not to have the closing {% endwith %}? Perhaps, but rather than "dirtying" up the context, this keeps the variable nice and encapsulated. > On 3/24/07, Baptiste <[EMAIL PROTECTED]> wrote: > > Fo

Re: {% with %} tag

2007-03-24 Thread Aidas Bendoraitis
Wouldn't it be more convenient not to have the closing {% endwith %}? Once you defined a variable, you could use it anywhere in the template without taking care about closing tags. Regards, Aidas Bendoraitis [aka Archatas] On 3/24/07, Baptiste <[EMAIL PROTECTED]> wrote: > > For me, yes, but I m

Re: {% with %} tag

2007-03-24 Thread Baptiste
For me, yes, but I miss the "and" : {% with article.name as name and article.title as title %} But it is an useful tag. On Mar 24, 7:42 am, "SmileyChris" <[EMAIL PROTECTED]> wrote: > For a while I've been thinking that it would be nice to have a tag so > you could re-use an expression in a templa

'CursorDebugWrapper' object is not iterable under Oracle Sprint development

2007-03-24 Thread vizcayno
I downloaded last revision of django oracle sprint (4815) for some new testings and have a problem; I did not put a ticket because I think the problem is in the recent application of Changeset 4776. Next error occurs at the begining of the admin access: TypeError at /admin/ 'CursorDebugWrapper'

افهمك

2007-03-24 Thread SWEET SEX .
الموضوع بواسطة المشاهدات مشاركات [جديدة] شنط كريستال راقيه أماني العُمرْ 4 3 [جديدة] هل تفضل أن تعمل المراءة ؟؟ ابوعبدالله <

generic views

2007-03-24 Thread paulh
I tried this post in django users, but it got no responses: The code of views.generic.list_detail. object_list has the following line: queryset = queryset._clone(), Looking at the rest of the code I can't quite see why this 'cloning' operation takes place, but I have probably missed something.