Re: documentation in chm format

2010-12-27 Thread Keats
thanx ! :) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this

Re: Post URL characters problem

2010-12-08 Thread Keats
tanks ! the filter urlencode did the trick. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.

Re: Post URL characters problem

2010-12-08 Thread Keats
hi, How i can add it then ? i was thinking that the problem is "?" because : works perfectly any other characters in the topic_name part seems to work and since i'm only using : (.*) i didn't see how it could be an URL mismatch matter because for me (.*) means match everything ... thanx. -- Yo

Re: Post URL characters problem

2010-12-07 Thread Keats
and for some reason django is bothered by it... maybe because "?..."are usually processed has get variables... thanx Keats. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegr

Post URL characters problem

2010-12-07 Thread Keats
via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. REQUEST_URI '/blabla/topic/reply/114-test%20?/' PATH_INFO u'/blabla/topic/reply/114-test ' PATH_TRANSLATED '/my.wsgi/blabla/topic/reply/114-test ' can anyone tell if this

authenticate problem with multiple db ?

2010-06-23 Thread Keats
Hi, when authenticate is called i get this error http://dpaste.com/210674/ though the user exist in database... is authenticate known to not work with multiple database context ? my register function was working fine before that... i've tried with @transaction.autocommit in place of @transaction.c

Re: Random UnicodeDecodeError ??

2008-03-10 Thread Keats
you need to put : # -*- coding: utf-8 -*- at the first line of files where you use non ascii caracters... On 10 mar, 02:51, Jean-Pascal Houde <[EMAIL PROTECTED]> wrote: > Excuse me for the delay... I finally had some time to debug this > issue. > First, about the problems I was having : > I mov