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
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
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
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