1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

added lookup map for treenode filter

This commit is contained in:
John Anderson
2020-02-28 19:58:06 -05:00
parent c908f132ec
commit e5f8f15293
2 changed files with 12 additions and 4 deletions

View File

@ -57,6 +57,10 @@ FILTER_NEGATION_LOOKUP_MAP = dict(
n='exact'
)
FILTER_TREENODE_NEGATION_LOOKUP_MAP = dict(
n='in'
)
# Keys for PostgreSQL advisory locks. These are arbitrary bigints used by
# the advisory_lock contextmanager. When a lock is acquired,