mirror of https://gitlab.crans.org/bde/nk20
One import was missing
This commit is contained in:
parent
00d560c20e
commit
4d7e552681
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
import django_tables2 as tables
|
import django_tables2 as tables
|
||||||
|
from django.db.models import F
|
||||||
|
|
||||||
from .models.transactions import Transaction
|
from .models.transactions import Transaction
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue