On Mon, 2008-09-01 at 15:16 -0700, Dave Lowe wrote:
> I saw the note about revision 8760 introducing changes to reverse and
> the url template tag, specifically that passing extra parameters won't
> work. I haven't been able to find anywhere in my code where extra
> parameters are being passed. However, after I update to 8760, I start
> getting the following error:
> 
> Caught an exception while rendering: invalid literal for int() with
> base 10: '3}'. This error is only shown once after every dev server
> restart. Subsequent page refreshes bring TemplateSyntaxErrors about
> how {% url %} template tag calls aren't able to find any matches.

One of your URL patterns will include the string "3}". Please post that
fragment. I suspect there might be a bug in the reverse parser for that
case and I'd like to fix it.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to