Passing dictionary to SQL queries

2006-04-15 Thread Ian Clelland
It appears that the CursorDebugWrapper class will allow a tuple to be passed in as parameters to a SQL query, but will not allow a dictionary. Since dictionaries are alllowable parameters when the underlying database supports pyformat params, should the DebugWrapper be able to support them as well

Re: Removing TEMPLATE_FILE_EXTENSION

2006-04-15 Thread Adrian Holovaty
On 4/15/06, Jason Davies <[EMAIL PROTECTED]> wrote: > I think generic views still need to be updated, see ticket #1643 . Fixed. Thanks for the heads-up. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~-~--~~~---~--~~ You received this message be

Re: Removing TEMPLATE_FILE_EXTENSION

2006-04-15 Thread Jason Davies
Adrian Holovaty wrote: > On 4/14/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > What do you think of the idea (proposed by Luke Plant here: > > http://code.djangoproject.com/ticket/500 ) to remove the > > TEMPLATE_FILE_EXTENSION setting, so that you'd have to specify ".html" > > in each get_t

Re: Removing TEMPLATE_FILE_EXTENSION

2006-04-15 Thread Adrian Holovaty
On 4/14/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > What do you think of the idea (proposed by Luke Plant here: > http://code.djangoproject.com/ticket/500 ) to remove the > TEMPLATE_FILE_EXTENSION setting, so that you'd have to specify ".html" > in each get_template() call? OK, I've committe