On Thu, Sep 1, 2011 at 3:46 PM, Reinout van Rees <rein...@vanrees.org> wrote:
> why does django encourage a hand-crafted
> context dictionary instead of "just" passing the view object along?

I think it's the worst part of using Django.  Having to manage a
context dictionary in every view is weak.

> Now you have to add the method *and* pass it along in the
> dictionary. Double work?

It is double the work, no doubt about it.  Not to mention on
complicated views the context dictionary gets quite long.  At that
point I usually just package everything up as a single entry.


-- 
Greg Donald

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to