Re: Hand Made SQL execution

2005-08-29 Thread asrenzo
Thx a lot, that's what I missed. Regards, Laurent.

Re: Hand Made SQL execution

2005-08-29 Thread Adrian Holovaty
On 8/29/05, asrenzo <[EMAIL PROTECTED]> wrote: > Does anybody know how to execute an hand made sql query ? I've looked > at django.core.db but I didn't find anything. Am I blind ?? Hey Laurent, Check out this model example: http://www.djangoproject.com/documentation/models/custom_methods/ You

Hand Made SQL execution

2005-08-29 Thread asrenzo
Hi, Does anybody know how to execute an hand made sql query ? I've looked at django.core.db but I didn't find anything. Am I blind ?? Regards, Laurent.