Closed mheppner closed 4 years ago
manage.py test
Fixes #1893. Provides a query filter on /recipes list view to filter by root_recipe_ids. Also adds database optimizations for anything that has a parent recipe serialized, 800+ queries down to 5.
/recipes
root_recipe_ids
Checklist
manage.py test
passesAffected app(s)
Description of change
Fixes #1893. Provides a query filter on
/recipes
list view to filter byroot_recipe_ids
. Also adds database optimizations for anything that has a parent recipe serialized, 800+ queries down to 5.