> How is it possible that the template can convert Methods into
> Properties ? ;)
That's a feature of the Django Templates.
From the Django docs:
Technically, when the template system encounters a dot, it tries the
following lookups, in this order:
Dictionary lookup
Attribute lookup
Method call
List-index lookup
http://www.djangoproject.com/documentation/templates/
Hope that helps.
Tom
--
Blog: http://offermann.us/