Am 13.09.2010 13:09, schrieb James: > Obviously, I can replace redirect(url(path, **params)) with > redirect(path, **params),
Yes, you should do that. The redirect() function already emprises url() (in both TG1 and TG2) so you should never nest it. If you saw a nested call in a quickstart template or tutorial, let us know where exactly and we'll fix it. -- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

