Closed meshy closed 5 months ago
Sometimes descendents are duplicated.
For example, on ContentMixin, we can see BaseDeleteView and ModelFormMixin twice.
BaseDeleteView
ModelFormMixin
This happens when there are two routes to the descendents. See this graph of BaseDeleteView:
Sometimes descendents are duplicated.
For example, on ContentMixin, we can see
BaseDeleteView
andModelFormMixin
twice.