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

Re: Removing TEMPLATE_FILE_EXTENSION

2006-04-14 Thread pbx
+1. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED]

Re: Removing TEMPLATE_FILE_EXTENSION

2006-04-14 Thread Russell Keith-Magee
On 4/15/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > Any huge objections? +1 from me. -0 on the 'default' lookup option proposed. The only benefit I can see to having the extension optional is during the 0.91->MR transition phase, where you have template calls that haven't been updated. R

Re: Removing TEMPLATE_FILE_EXTENSION

2006-04-14 Thread Petar Marić
+1 on the original proposal -0 on making it an optional setting -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 224720322 *skype: petar_maric *web: http://www.petarmaric.com/ --~--~-~--~~~---~--~~ You received this message because you a

Re: Removing TEMPLATE_FILE_EXTENSION

2006-04-14 Thread Jan Claeys
Op vr, 14-04-2006 te 14:37 -0500, schreef Adrian Holovaty: > 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? +1 -- Jan

Re: Removing TEMPLATE_FILE_EXTENSION

2006-04-14 Thread Seth Falcon
Eugene Lazutkin <[EMAIL PROTECTED]> writes: > Nebojsa Djordjevic wrote: >>> >>> Any huge objections? >> >> No, +1 from me. >> >> Maybe this can be made optional somehow. > > Me too. :-) I like it but I want it to be optional with "*.html" as > default. On the original proposal: +1, It makes thi

Re: Removing TEMPLATE_FILE_EXTENSION

2006-04-14 Thread Eugene Lazutkin
Nebojsa Djordjevic wrote: >> >> Any huge objections? > > No, +1 from me. > > Maybe this can be made optional somehow. Me too. :-) I like it but I want it to be optional with "*.html" as default. Thanks, Eugene --~--~-~--~~~---~--~~ You received this message b

Re: Removing TEMPLATE_FILE_EXTENSION

2006-04-14 Thread Eugene Lazutkin
Nebojsa Djordjevic wrote: >> >> Any huge objections? > > No, +1 from me. > > Maybe this can be made optional somehow. Me too. :-) I like it but I want it to be optional with "*.html" as default. Thanks, Eugene --~--~-~--~~~---~--~~ You received this message b

Re: Removing TEMPLATE_FILE_EXTENSION

2006-04-14 Thread Nebojsa Djordjevic
Adrian Holovaty 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? > > I like it, because it solves the problem of w

Removing TEMPLATE_FILE_EXTENSION

2006-04-14 Thread Adrian Holovaty
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? I like it, because it solves the problem of wanting to use other extensions, and