Skip to content

Commit 367aeef

Browse files
committed
docs: mino update
1 parent e73dda9 commit 367aeef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

easy/domain/orm.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,9 @@ def _crud_get_obj(self, pk: int) -> Any:
9292

9393
def _crud_get_objs_all(self, **filters: Any) -> Any:
9494
"""
95-
CRUD: get maximum amount of records, with filters support
95+
CRUD: get multiple objects, with django orm filters support
9696
Args:
97-
maximum:
9897
filters: {"field_name__lte", 1}
99-
10098
Returns: qs
10199
102100
"""

0 commit comments

Comments
 (0)