Just for the record, the problem is to do with the use of _() for i18n within the admin app which was meant to alias to gettext(), but wasn't always. Even though you arn't testing the admin app, when you usy {% url %} in a template, it has to check through views in the admin app.
See http://groups.google.com/group/django-users/msg/b52e557967fd0b90 for more details. But all that's fixed now! -Michael On Jul 11, 3:28 am, "Rand Bradley" <[EMAIL PROTECTED]> wrote: > The Unicode branch merge seems to have corrected the problem. > > On 6/26/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > > > > > > On 6/26/07, Rand Bradley <[EMAIL PROTECTED]> wrote: > > > This is occurring wherever I test a redirect. If I comment out the admin > > > line in urls.py , the errors disappear. I am on the latest development > > > version to date (5541). > > > > Any insight or help would be greatly appreciated! Thanks. > > > Looking at the traceback, it looks like you are having some difficulty > > in working up the reverse URL mapping - specifically, something to do > > with the documentation view in the admin. This could be caused if > > there is some metadata on a class that is causing the automatically > > generated admin views some difficulty, but it is difficult to say > > exactly what is causing the problem. > > > I would try manually walking through the admin pages (especially the > > documentation pages) in the admin view to see if you can manually trip > > the error. This will at least help you narrow down the problem. > > > Yours, > > Russ Magee %-) > > -- > Regards, > > Rand Bradley > Phone: (415) 430-5535 > Email: [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---