From 530dad279aff7927227a272f23f9357f3f56ed93 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 5 Sep 2025 08:49:59 -0400 Subject: [PATCH] Closes #20095: Remove obsolete module core.models.contenttypes (#20250) --- netbox/core/models/contenttypes.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 netbox/core/models/contenttypes.py diff --git a/netbox/core/models/contenttypes.py b/netbox/core/models/contenttypes.py deleted file mode 100644 index 3d5c5e8b2..000000000 --- a/netbox/core/models/contenttypes.py +++ /dev/null @@ -1,3 +0,0 @@ -# TODO: Remove this module in NetBox v4.5 -# Provided for backward compatibility -from .object_types import *