You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: