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

Replace references to v2.12 with v3.0

This commit is contained in:
jeremystretch
2021-05-25 15:05:02 -04:00
parent 9046f59b9f
commit da1fb4f969
7 changed files with 10 additions and 10 deletions

View File

@@ -338,7 +338,7 @@ class DynamicModelChoiceMixin:
filter = django_filters.ModelChoiceFilter
widget = widgets.APISelect
# TODO: Remove display_field in v2.12
# TODO: Remove display_field in v3.0
def __init__(self, display_field='display', query_params=None, initial_params=None, null_option=None,
disabled_indicator=None, *args, **kwargs):
self.display_field = display_field