add large binary field, tests and docs

This commit is contained in:
collerek
2021-04-28 17:04:29 +02:00
parent 638af9ad4c
commit 11ed5fd322
13 changed files with 148 additions and 14 deletions

View File

@ -53,6 +53,7 @@ from ormar.fields import (
ForeignKeyField,
Integer,
JSON,
LargeBinary,
ManyToMany,
ManyToManyField,
String,
@ -124,4 +125,5 @@ __all__ = [
"EncryptBackends",
"ENCODERS_MAP",
"DECODERS_MAP",
"LargeBinary",
]