On Jun 23, 2006, at 8:06 PM, RajeshD wrote:

> This is a very useful tip!
>
> It would be great if this statement in the doc were revised: "Filter
> arguments always are in double quotes."


I would expect it works that way, just like python. If i have a  
dictionary named dict, these two are different:

        dict[the_key]

and

        dict['the_key']

In the first example the variable contains the key value, in the  
second, the string is the key value.

Don


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

Reply via email to