|
|
|
|
|
by mtberatwork
2289 days ago
|
|
I was confused a bit as well by the examples since Django's ORM has functionality to do exactly what the author is trying to do (e.g. select_related, prefetch_related, <model>_set, values, managers, F expressions, transactions, etc). |
|