django-inline-edit
django-inline-edit copied to clipboard
ConditionalDispatchView should subclass the true and false views
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)