Of course seconds after the post I ran across this...
http://www.pointy-stick.com/blog/2006/06/29/django-tips-extending-generic-views/
Thanks go out to Malcolm Tredinnick.
and this...
http://code.djangoproject.com/browser/django/trunk/django/views/generic/list_detail.py
Sorry to bother everyone.
I have written a wrapper around the object_list generic view. I would
like to do some pre-processing before sending the information to the
view.
Here is my wrapper...
##
from django.views.generic.list_detail import object_list
def change_status(*args, **kwargs):
pri
2 matches
Mail list logo