2 comments

[ 4.7 ms ] story [ 12.6 ms ] thread
I’d highly recommend ccbv.co.uk as reference material for Class-based views. They’re very powerful now, but do require a fair bit of knowledge to use effectively.
I've been using Django since 0.96 and I didn't know half of the items in this article.

Specifically "Rendering variables from CBV methods" and "Cache expensive computations that you need to access more than once per request."

Nice. Thank you.