Re: Django document said the QueryDict is only immutable, but why I can edit it sometimes

2010-09-13 Thread ouds...@gmail.com
Hi, group, will someone tell me why querydict can be mutable sometimes? thanks... -- 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 document said the QueryDict is only immutable, but why I can edit it sometimes

2010-09-11 Thread ouds...@gmail.com
Django document said the QueryDict is only immutable, but why I can edit it sometimes The codes is almost the same, for example following, The first kind of condition, the item I want to edit is not a field of form. I add a Captcha when user register or login, the querydict is mutable when

Re: why does django display th/td:hover style incorrectly ?

2007-03-15 Thread OudS
On 3月14日, 下午7时43分, Steven Armstrong <[EMAIL PROTECTED]> wrote: > Aidas Bendoraitis wrote: > > This might helphttp://www.htmldog.com/articles/suckerfish/ thank you :-) regards. 张骛之 --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: why does django display th/td:hover style incorrectly ?

2007-03-15 Thread OudS
On 3月14日, 下午6时38分, "Aidas Bendoraitis" <[EMAIL PROTECTED]> wrote: > I'm not sure about IE7, but all the previous versions of IE certainly > didn't support hover for other html tags than . So it is > not Django issue at all. If you need some browser specific special > effects, use javascript for

Re: why does django display th/td:hover style incorrectly ?

2007-03-14 Thread OudS
thank you for ur reply, Malcolm :) I define style th/td:hover as a:hover, but a:hover is right, th/ td:hover is none. first I define all style in a single css file, but there has not my anticipant style effect. then, I write a style block in html file: th:hover { background-color:

Re: why does django display th/td:hover style incorrectly ?

2007-03-14 Thread OudS
thank you for ur reply, Malcolm :) first I write a single css file, but there has not my anticipant style. then, I write a style block in html file: th:hover { background-color: white; } It is not correct effect that should display. at last, I saved current page which is being generated

why does django display th/td:hover style incorrectly ?

2007-03-14 Thread OudS
why does django display "th/td:hover" style incorrectly ? but "a:hover" is no problem... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: how to use .htc file in django

2007-03-12 Thread OudS
On 3月12日, 下午8时55分, Sam Morris <[EMAIL PROTECTED]> wrote: > The fix is webserver specific. The Django built-in development web server > will check /etc/mime.types on Unix, so editing that file is sufficient. thanks to Sam Morris very much, you remind me, I look over the django file, it seems

Re: how to use .htc file in django

2007-03-12 Thread OudS
On 3月12日, 下午9时09分, "Benjamin Slavin" <[EMAIL PROTECTED]> wrote: > Also, in the future, please do -not- post this type of question to the > Django-Dev mailing list. That list is for use by developers of Django > itself, not problems end-users are experiencing in their own > applications

how to use .htc file in django

2007-03-12 Thread OudS
hi everyone here, how to use .htc file in django if in j2ee or nomal html file, i can define in table as but in django, I cannot do it correctly, help me, plz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups