Plain is headed towards 1.0! Subscribe for development updates →

davegaeddert

I also made some changes to the class based views for working with objects (DetailView, UpdateView, etc)

They now use @cached_property for self.object, which makes it way more convenient to use the object anywhere in the view without worrying about whether it has been loaded