Re: route_url and query params

2010-12-28 Thread Chris McDonough
req.route_url('main', action='pony', _query={'horn':'1'}) - C On Tue, 2010-12-28 at 12:04 -0800, Mike Orr wrote: > request.route_url() doesn't convert extra args to query params. Is > this intentional? If so, it's another difference from pylons.url(). > > $ paster pshell development.ini Zzz > Py

route_url and query params

2010-12-28 Thread Mike Orr
request.route_url() doesn't convert extra args to query params. Is this intentional? If so, it's another difference from pylons.url(). $ paster pshell development.ini Zzz Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39) [GCC 4.4.5] on linux2 Type "help" for more information. "root" is the Pyramid