Skip to content
Snippets Groups Projects
Commit 2391a45a authored by Jared Hancock's avatar Jared Hancock Committed by Peter Rotich
Browse files

export: Fix crash on export, fix select_related

This originates from an ORM issue, where the select_related in a queryset
was not honored by the compiler. Therefore, the query would not include all
the fields requested and would require extra trips to the database for some
queries.

This is especially important for unbuffered queries, such as those used in
the export process, which be fetched in parallel with other queries.
parent 9f57cff4
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