On Tue, Oct 5, 2010 at 5:21 AM, George Sakkis <george.sak...@gmail.com> wrote: > > Since dispatch is going to be defined on the base View class, can't we > omit it from the urlconf and have the URLresolver do: > > if isinstance(view, type) and issubclass(view, View): > view = view.dispatch
Russ mentioned this one can't be decorated. I personally love the classmethod idea, so that's +1 from me for that. D -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@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.