Can you post your view? You would run that query in your view and then pass it to your template through the context.
-James
-James
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2Be%2BciUgThuMtZvUj3QHxLKFHiRu67oTZuvfoLT3K9EpNt08Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Hi
> i am trying to count the number of fields that has request field begin
> checked and then display the value of count in a template.html but i am not
> sure how to go about doing that.
If you pass your object to the template you can use the "length" filter:
{{ test|length }}
'dict' object has no attribute 'render_context'
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/24038981-7076-4287-9a8d-31e3d83ab7d0%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a95743cd-8d68-4f92-91c9-c49ca7dfc329%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6289955a-5a10-403a-a3c7-1c938c333185%40googlegroups.com.