Skip to content

Commit 3247126

Browse files
authored
Update manager.py
1 parent 31af3ad commit 3247126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syncano/models/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ class for :class:`~syncano.models.base.Object` model.
882882
LOOKUP_SEPARATOR = '__'
883883
ALLOWED_LOOKUPS = [
884884
'gt', 'gte', 'lt', 'lte',
885-
'eq', 'neq', 'exists', 'in',
885+
'eq', 'neq', 'exists', 'in', 'nin',
886886
'near', 'is', 'contains',
887887
'startswith', 'endswith',
888888
'contains', 'istartswith',

0 commit comments

Comments
 (0)