I am sorry for this novice question. I tried to find out difference between select_related() and select_related(‘ColumnName’). Is there difference between these two ?
I am trying to understand this post in which author emphasizing to use select_related(‘content_type’).all() rather than simple select_related().all(). Your help will be appreciated since from last two hours I am struggling to grasp this concept.
Thank you very much,
Sunil
From the django docs, when called with no arguments:
When given an argument: