classy-python / ccbv

A documentation tool for getting your head around Django's class based views.
https://ccbv.co.uk/
BSD 2-Clause "Simplified" License
521 stars 68 forks source link

Duplicate descendents #189

Closed meshy closed 5 months ago

meshy commented 2 years ago

Sometimes descendents are duplicated.

For example, on ContentMixin, we can see BaseDeleteView and ModelFormMixin twice.

image

meshy commented 2 years ago

This happens when there are two routes to the descendents. See this graph of BaseDeleteView: image