I recently found a strange problem when deploying TG2.1 apps under mod_wsgi 3.2

I found two cases where "url_for" freezes in @paginate when it has to
create links to pages when deployed on mod_wsgi (the same doesn't
happen under paster).

I had to change url_for(**params) to url_for('', **params) in
webhelpers paginator to make it work on two deploys using TG2.1, the
same is not true for TG2.0 which works without problems.
Is this possible? Did anyone encounter the same issue?

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

Reply via email to