davegaeddert
1 month, 1 week ago
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