Maybe I'm missing something in your requirements, but I think the example in the Manager docs does exactly that:

http://docs.djangoproject.com/en/1.1/topics/db/managers/#adding-extra-manager-methods

It demonstrates adding an extra field (calculated from the data in the database row) to the returned queryset. I think you said you need to do exactly that -- add calculated fields to your rows for use in the template.

Shawn

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

Reply via email to