django select_related
Introduction The Django select_related method allows you to speed up your querysets and therefore your application.In this post, I’ll show you how you can minimize database accesses and thus maximize the speed of your Django app. To learn how to use the select_related method we will see a very clear example. We will start from …