On 10/7/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > On Sat, 2006-10-07 at 14:19 +0200, Mario Graziosi wrote: > [...] > > I found the reason for that behavior: I had in my settings.py the > > following declaration: > > > > TEMPLATE_STRING_IF_INVALID = 'invalid var' > > That setting causes nothing but trouble, it seems. :-(
Indeed. #2384, #2566 are both open bugs that are TEMPLATE_STRING_IF_INVALID related. This particular problem appears to be #2384. I have an idea of how to fix this problem in the admin template - I'll try to have a look at it tomorrow. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

