diff --git a/orm/models.py b/orm/models.py index e61d159..750d5da 100644 --- a/orm/models.py +++ b/orm/models.py @@ -13,6 +13,7 @@ "iexact": "ilike", "contains": "like", "icontains": "ilike", + "like": "like", "in": "in_", "gt": "__gt__", "gte": "__ge__",