use existing encode_json to avoid code duplication, rename queryset customization param and move it to Meta, move docs to models from inheritance
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
from typing import Callable, List, Type, TYPE_CHECKING, Union
|
||||
from typing import Callable, List, TYPE_CHECKING, Type, Union
|
||||
|
||||
if TYPE_CHECKING: # pragma: no cover
|
||||
from ormar import Model
|
||||
|
||||
Reference in New Issue
Block a user