Fix after rebase

This commit is contained in:
smilerz
2021-08-31 14:59:00 -05:00
parent 65fbbabec5
commit 70089998fe
11 changed files with 16 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ from django.db.models import Count, Max, Q, Subquery, Case, When, Value
from django.utils import translation
from cookbook.managers import DICTIONARY
from cookbook.models import Food, Keyword, ViewLog
from cookbook.models import Food, Keyword, Recipe, ViewLog
# TODO create extensive tests to make sure ORs ANDs and various filters, sorting, etc work as expected