further split of relations classes

This commit is contained in:
collerek
2020-09-15 12:49:07 +02:00
parent 12ec8492ef
commit ca21e5dde5
7 changed files with 198 additions and 176 deletions

View File

@ -16,6 +16,7 @@ from ormar.fields import (
)
from ormar.models import Model
from ormar.queryset import QuerySet
from ormar.relations import RelationType
__version__ = "0.3.0"
__all__ = [