fix: 'tags__id' does not resolve to an item that supports prefetching

This commit is contained in:
Herculino Trotta
2025-01-30 00:22:37 -03:00
parent 0b83ad6b3e
commit 48408cead8
2 changed files with 0 additions and 2 deletions

View File

@@ -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",

View File

@@ -336,7 +336,6 @@ def transaction_all_list(request):
"account__group",
"category",
"tags",
"tags__id",
"account__exchange_currency",
"account__currency",
"installment_plan",