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