feat: add join to crud functions (#21)

This commit is contained in:
d3vyce
2026-02-01 15:01:10 +01:00
committed by GitHub
parent 54f5479c24
commit 8c287b3ce7
3 changed files with 377 additions and 8 deletions

View File

@@ -4,7 +4,6 @@ from ..exceptions import NoSearchableFieldsError
from .factory import CrudFactory
from .search import (
SearchConfig,
SearchFieldType,
get_searchable_fields,
)
@@ -13,5 +12,4 @@ __all__ = [
"get_searchable_fields",
"NoSearchableFieldsError",
"SearchConfig",
"SearchFieldType",
]