mirror of
https://github.com/netbox-community/netbox.git
synced 2025-09-06 14:23:36 -06:00
Use empty lookup for numeric custom fields instead of isnull
This commit is contained in:
parent
78b55b8515
commit
b38a611622
@ -23,7 +23,7 @@ FILTER_NUMERIC_BASED_LOOKUP_MAP = dict(
|
|||||||
lt='lt',
|
lt='lt',
|
||||||
gte='gte',
|
gte='gte',
|
||||||
gt='gt',
|
gt='gt',
|
||||||
empty='isnull',
|
empty='empty',
|
||||||
)
|
)
|
||||||
|
|
||||||
FILTER_NEGATION_LOOKUP_MAP = dict(
|
FILTER_NEGATION_LOOKUP_MAP = dict(
|
||||||
|
Loading…
Reference in New Issue
Block a user