django-inline-edit icon indicating copy to clipboard operation
django-inline-edit copied to clipboard

ConditionalDispatchView should subclass the true and false views

Open gabrielgrant opened this issue 14 years ago • 0 comments

Right now, ConditionalDispatchView.as_view simply attaches properties onto the true and false view classes. This works in the simple case (changing simple properties), but blows up with anything more complex (ie anything that relies on the MRO -- including super() calls)

gabrielgrant avatar Feb 19 '11 22:02 gabrielgrant