Slide 27
Slide 27 text
This class-based view stuff is all well and good, but ticket 6735 has been around for almost 3
years. I’d like to cover some of the history of this and what we need to do to get this into
Django core.
As Eric mentioned yesterday, class-based views need conventions. Once it’s a part of Django,
this will be the convention that views can be built upon.
It started with Joseph’s patches, which had a number of people working on it, but was never
finished. After 1.0, Jacob KM worked on it for 1.1, but again, never finished it.
Since then, it has drifted, and the wheel has been reinvented many times.