diff --git a/app/apps/monthly_overview/views.py b/app/apps/monthly_overview/views.py index cc68231..2945a60 100644 --- a/app/apps/monthly_overview/views.py +++ b/app/apps/monthly_overview/views.py @@ -84,7 +84,6 @@ def transactions_list(request, month: int, year: int): "account__group", "category", "tags", - "tags__id", "account__exchange_currency", "account__currency", "installment_plan", diff --git a/app/apps/transactions/views/transactions.py b/app/apps/transactions/views/transactions.py index b186f41..e195b2f 100644 --- a/app/apps/transactions/views/transactions.py +++ b/app/apps/transactions/views/transactions.py @@ -336,7 +336,6 @@ def transaction_all_list(request): "account__group", "category", "tags", - "tags__id", "account__exchange_currency", "account__currency", "installment_plan",