-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Le 07/03/2010 08:15, Mike C. Fletcher a écrit :
> Point-form notes are fine, code-snippets and the like are very useful. 
> Repository links showing before/after diffs are also useful if you have
> them.

tg.url now expects parameters as a dict, so the login template has to be
changed, eg.:

tg.url('/login_handler',
        came_from = came_from.encode('utf-8'), ...

becomes:

tg.url('/login_handler',
        params=dict(came_from=came_from.encode('utf-8'), ...


Thanks,
- -- 
Jean-Denis Girard

SysNux                  Systèmes  Linux  en Polynésie française
http://www.sysnux.pf/   Tél: +689 50 10 40 / GSM: +689 79 75 27
-----BEGIN PGP SIGNATURE-----

iEYEARECAAYFAkuvk3wACgkQuu7Rv+oOo/gBcACdGdi7oNLNCG0teDDSSdebfOUE
rmEAn1sSsgVqY3n6XZYdp0MywTH1ARml
=B85B
-----END PGP SIGNATURE-----

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