Re: Trace SQL back to python statement

2009-11-04 Thread Knut Nesheim
x27;s a different problem. Thanks for your help! :-) Regards Knut -- Knut Nesheim | MTAB Transport & Spedition AB Box 20164 | SE-161 02 Bromma | Visiting address: Ranhammarsvägen 26 Phone: +46 8 54 600 153 E-mail: knut.nesh...@mtab.se | Web: www.mtab.se Vi utför alla uppdrag på grund

Re: Trace SQL back to python statement

2009-11-04 Thread Knut Nesheim
x27;ve learned about them). > Thank you for your help. If I set this to False, I see all sql queries executed, but what I want is to see the actual python code responsible for executing the query in the first place. I've read the documentation on the options and I cannot fi

Trace SQL back to python statement

2009-11-04 Thread Knut Nesheim
nding python statement? Regards Knut -- Knut Nesheim | MTAB Transport & Spedition AB Box 20164 | SE-161 02 Bromma | Visiting address: Ranhammarsvägen 26 Phone: +46 8 54 600 153 E-mail: knut.nesh...@mtab.se | Web: www.mtab.se Vi utför alla uppdrag på grundval av NSAB 2000. All transactions ar

Re: Comma instead of dot in FloatField

2009-04-17 Thread Knut Nesheim
ks like a great solution. It would also allow our project to use any language supported by Babel. Thanks! Knut -- Knut Nesheim | MTAB Transport & Spedition AB Box 20164 | SE-161 02 Bromma | Visiting address: Ranhammarsvägen 26 Phone: +46 8 54 600 153 E-mail: knut.nesh...@mtab.se | Web: www.mta

Comma instead of dot in FloatField

2009-04-17 Thread Knut Nesheim
gets called. Any ideas for a solution would be welcome. Thanks, Knut -- Knut Nesheim | MTAB Transport & Spedition AB Box 20164 | SE-161 02 Bromma | Visiting address: Ranhammarsvägen 26 Phone: +46 8 54 600 153 E-mail: knut.nesh...@mtab.se | Web: www.mtab.se Vi utför alla uppdrag på grundval

FormWizard and @login_required

2008-09-28 Thread Knut Nesheim
x27; object is unsubscriptable Any help is appreciated. Regards -- Knut Nesheim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-use

Re: FormWizard and @login_required

2008-09-27 Thread Knut Nesheim
27 sep 2008 kl. 11.58 skrev Steve Holden: > > Knut Nesheim wrote: >> Hi! >> >> We're trying to build a multi-page form using FormWizard. We need to >> authorize the user first. In other views we use the user_passes_test >> decorator, however the