som types fixes, fix for wrong prefixes in model_row for complex relations, test load_all with repeating tables, add docs

This commit is contained in:
collerek
2021-03-04 13:12:07 +01:00
parent a8ae50276e
commit 4e27f07a7e
11 changed files with 90 additions and 29 deletions

View File

@ -1,4 +1,4 @@
from typing import Any, List, Sequence, cast
from typing import Any, Sequence, cast
import databases
import pytest