Skip to content
Snippets Groups Projects
Commit 1b52a128 authored by Jared Hancock's avatar Jared Hancock
Browse files

orm: Avoid fetching columns more than once

If a common model is used in more than one select_related model (user and
user__email), avoid fetching the columns for the user model more than once.
parent 52190686
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment