Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: reduce db calls for ComponentVersion after lookup by UUID
When you fetch a single ComponentVersion, you are often going to want to pull data related to its Component, and possibly the LearningPackage it belongs to. This commit adds a select_related call to eliminate the extra roundtrips for this information.
- Loading branch information