mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-28 11:47:35 +02:00
Remove cancelled TODO
This commit is contained in:
@@ -51,7 +51,6 @@ class ObjectTypeManager(models.Manager):
|
|||||||
"""
|
"""
|
||||||
return self.get(app_label=app_label, model=model)
|
return self.get(app_label=app_label, model=model)
|
||||||
|
|
||||||
# TODO: Remove in NetBox v4.5
|
|
||||||
def get_for_id(self, id):
|
def get_for_id(self, id):
|
||||||
"""
|
"""
|
||||||
Retrieve an ObjectType by its primary key (numeric ID).
|
Retrieve an ObjectType by its primary key (numeric ID).
|
||||||
|
|||||||
Reference in New Issue
Block a user