working basic many to many relationships
This commit is contained in:
@ -9,6 +9,7 @@ from ormar.fields import (
|
||||
ForeignKey,
|
||||
Integer,
|
||||
JSON,
|
||||
ManyToMany,
|
||||
String,
|
||||
Text,
|
||||
Time,
|
||||
@ -28,6 +29,7 @@ __all__ = [
|
||||
"Date",
|
||||
"Decimal",
|
||||
"Float",
|
||||
"ManyToMany",
|
||||
"Model",
|
||||
"ModelDefinitionError",
|
||||
"ModelNotSet",
|
||||
|
||||
Reference in New Issue
Block a user