issues
search
MetaCell
/
scicrunch-antibody-registry
A repo for the SciCrunch antibody registry portal
Apache License 2.0
0
stars
1
forks
source link
Feature/areg-106-fix-fts-catalog - fix N+1 query for fts by catalog number
#252
Closed
D-GopalKrishna
closed
6 months ago
D-GopalKrishna
commented
6 months ago
This PR:
adds
select_related
and
prefetch_related
to the fts_by_catalog_number
tests (fail still fail due to duplicate migration file) - which is fixed here -
https://github.com/MetaCell/scicrunch-antibody-registry/pull/233
This PR:
select_related
andprefetch_related
to the fts_by_catalog_number