orm: Implement select_related (manual only)
Implement select_related() for querysets. Now, related models are loaded along with the requested models automatically.
Loading
Please register or sign in to comment
Implement select_related() for querysets. Now, related models are loaded along with the requested models automatically.