Added get_item_queryset method to BlogView and NewsletterView so that subclasses...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Tue, 25 Jan 2011 20:40:12 +0000 (15:40 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Tue, 25 Jan 2011 20:40:12 +0000 (15:40 -0500)
commitb526716c8d778a9a650312806a8009bc8bbc7c04
treea1445fd821f673c0f2d2bd8b111f5b0425aef1bb
parentb6768799f3cc1d6879b62098f7abf2a86668efda
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.
contrib/penfield/models.py
contrib/waldo/models.py
models/nodes.py