Re: about templatetag namespaces

2008-07-10 Thread Phil Davis
packages available or at least make tracking down version mismatches more difficult. So I think django has a very *good* reason to only look in INSTALLED_APPS/templatetags. If you really need the functionality just write a small app which contains a new template tag, say 'import' which wor

Re: Tickets for comment/BDFL approval

2007-07-31 Thread Phil Davis
On 31/07/07, Gary Wilson <[EMAIL PROTECTED]> wrote: [...] > The save_m2m() seems a bit weird to me too. Sometimes it's there, > sometimes it's not. Also, this sort of logic seems to me like it should > be in the Model class instead. After all, it's not the form that has > the problem with not s

Re: Why there is no a verbose_name parameter in FormField class?

2006-04-23 Thread Phil Davis
f labelname property otherwise have to repeat the label text in every different form template file. Ticket http://code.djangoproject.com/ticket/1191 is vaguely related to this -- Phil Davis --~--~-~--~~~---~--~~ You received this message because you are subscribed