Tag library not found

2005-10-19 Thread tomass
Hi Folks, Getting this strange error message on my admin login. File "/usr/lib/python2.4/site-packages/django/core/template/defaulttags.py", line 627, in do_load raise TemplateSyntaxError, "'%s' is not a valid tag library" % taglib TemplateSyntaxError: 'auth.log' is not a valid tag librar

Re: Tag library not found

2005-10-19 Thread Adrian Holovaty
On 10/19/05, tomass <[EMAIL PROTECTED]> wrote: > TemplateSyntaxError: 'auth.log' is not a valid tag library > [...] > Should mention that I've just upgraded to the latest version. Delete django/templatetags/*.pyc and django/templatetags/*.pyo, and let us know if it fixes the problem. Adrian --

RE: Backwards-incompatible admin change -- making the admin app simpler

2005-10-19 Thread RCRamsdell
Thanks Adrian, that worked like a charm. Robert -Original Message- From: django-users@googlegroups.com on behalf of Adrian Holovaty Sent: Wed 10/19/2005 11:09 AM To: django-users@googlegroups.com Subject: Re: Backwards-incompatible admin change -- making the admin app simpler >Hey Robe

Re: Backwards-incompatible admin change -- making the admin app simpler

2005-10-19 Thread kmh
On 10/20/05, Sune Kirkeby <[EMAIL PROTECTED]> wrote: > > On 10/19/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > I like Sune's idea of enforcing it "culturally" instead > > of physically. > > Maybe we should have a short "Do's and Dont's for distributable > application writers" document? If t

Re: Backwards-incompatible admin change -- making the admin app simpler

2005-10-19 Thread Eugene Lazutkin
Please do. Maybe it would provoke a discussion on painless distributed components. "Sune Kirkeby" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On 10/19/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > I like Sune's idea of enforcing it "culturally" instead > of physically. May