Hi,

On 12/2/06, James Bennett <[EMAIL PROTECTED]> wrote:
> Note that this has 'method', not 'method()' -- parentheses are not
> used, and it is not possible to pass arguments to the method. This is
> done because the template language is not meant to be a full
> programming language; if you need to call something with arguments,
> you will need to do it in your view and pass the result data to the
> template, or write a custom template tag which returns the data you
> want.

Okay, thank you James. :)
Kai

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to