Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 574 Bytes

File metadata and controls

10 lines (7 loc) · 574 Bytes

Django's Generic class-based views provide a lot of common functionality to users. However, they are made up of up to twelve parent classes or mixins, at the time of writing. Knowing what functionality comes from which parent class/mixin is a tricky proposition.

CCBV provides a breakdown of each view's inheritance hierarchy, methods, and attributes. This allows you to find this information without tracing through every file and base class.

Interested in helping out? Check out our contributor docs!