From: Stephen Burrows Date: Tue, 25 Jan 2011 20:40:12 +0000 (-0500) Subject: Added get_item_queryset method to BlogView and NewsletterView so that subclasses... X-Git-Tag: philo-0.9~22^2~2 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/b526716c8d778a9a650312806a8009bc8bbc7c04?hp=b526716c8d778a9a650312806a8009bc8bbc7c04 Added get_item_queryset method to BlogView and NewsletterView so that subclasses can replace this functionality. Moved get_context hook onto the MultiView base class and added a basic_view method which provides a simple way to add a view method to a multiview's urlpatterns for a related View subclass instance. ---