refactor choices validation from root validator to field validator
This commit is contained in:
@ -61,6 +61,7 @@ from ormar.fields import (
|
||||
LargeBinary,
|
||||
ManyToMany,
|
||||
ManyToManyField,
|
||||
SQL_ENCODERS_MAP,
|
||||
SmallInteger,
|
||||
String,
|
||||
Text,
|
||||
@ -132,6 +133,7 @@ __all__ = [
|
||||
"or_",
|
||||
"EncryptBackends",
|
||||
"ENCODERS_MAP",
|
||||
"SQL_ENCODERS_MAP",
|
||||
"DECODERS_MAP",
|
||||
"LargeBinary",
|
||||
"Extra",
|
||||
|
||||
Reference in New Issue
Block a user