i18 returns me an UnicodeDecodeError

2008-08-22 Thread Jose Jiménez
Hello, i'm using the stable version of django (0.96.2). When the newforms library tries to return a field's validation error, if the translation contains an accent, it returns me an UnicodeDecodeError. If i deactivate i18n in settings.py, all runs correctly (showing the messages in english). The

i18 returns me an UnicodeDecodeError

2008-08-22 Thread Jose Jiménez
Hello, i'm using the stable version (0.96.2) of Django. When newforms library try to returns a field's validation error, if his translation contains any accent, it returns me an UnicodeDecodeError. If i deactivate i18n in settings.py all runs correctly (showing the messages in english). The error

Re: Autenticate Django via JA-SIG CAS

2007-09-27 Thread Jose Jiménez López
Thanks John! I think it is that i needed. Regards. Jose Jiménez López Becario de Sistemas FUNDACIÓN IAVANTE [EMAIL PROTECTED] Tel. 958 00 22 63 Este correo electrónico y, en su caso, cualquier fichero anexo, contiene información confidencial exclusivamente dirigida a su(s) destinatario(s

Autenticate Django via JA-SIG CAS

2007-09-25 Thread Jose Jiménez López
Hi everybody, I'm new in Django. Last days i was looking for a method to authenticate Django via JA-SIG CAS (a single-sign-on product). I haven't find anything, so i have started to develop my own script to do this. Do you know if exists any product to do it? Thanks. -- Jose Jim