On Fri, 25 Jul 2008 13:36:57 +0200, ColdSun <[EMAIL PROTECTED]> wrote:
> After removing the "=" between the return and the httpresponse, I
> recieve a different error (perhaps progress? :))
>
> Error is as follows:
> ------------------------
> MultiValueDictKeyError at /search/
> "Key 'Q' not found in <MultiValueDict: {'q': ['test']}>"
> Request Method: GET
> Request URL: http://127.0.0.1:8000/search/
> Exception Type: MultiValueDictKeyError
> Exception Value: "Key 'Q' not found in <MultiValueDict: {'q':
> ['test']}>"
> ----------------------------
The keys are case sensitive so use ['q'] instead of ['Q']
Regards
adi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---