When using CBV we often need to know exactly what methods we can overwrite for each generic class. This page of the django documentation lists all the generic classes with all of their methods flattened and the class attributes we can use.
In addition, Classy Class Based View website provides the same information with a nice interactive interface.