mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48:38 -06:00
Remove unused contains filter
This commit is contained in:
parent
1423fd9024
commit
1069ad21d8
@ -92,14 +92,6 @@ def url_name(model, action):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
@register.filter()
|
|
||||||
def contains(value, arg):
|
|
||||||
"""
|
|
||||||
Test whether a value contains any of a given set of strings. `arg` should be a comma-separated list of strings.
|
|
||||||
"""
|
|
||||||
return any(s in value for s in arg.split(','))
|
|
||||||
|
|
||||||
|
|
||||||
@register.filter()
|
@register.filter()
|
||||||
def bettertitle(value):
|
def bettertitle(value):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user