On Wed, May 20, 2009 at 02:52:41PM -0700, Jan Koprowski wrote:
> 1. url_for in redirect_to works bad.

That would be because

  redirect_to(*args, **kw)

is exactly the same as

  redirect(url_for(*args, **kw))

> I remove this function from
> redirect_to because duplicate /something/something in url. But in
> templates is still present and work fine.

Marius Gedminas
-- 
Is it not true that nobody finds it impossible to believe that a
double negative isn't bad grammatical form?
                -- Mike on alt.pizza.delivery.drivers

Attachment: signature.asc
Description: Digital signature

Reply via email to