Remove the module core.models.contenttypes #11487

Closed
opened 2025-12-29 21:45:56 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Aug 14, 2025).

Originally assigned to: @jeremystretch on GitHub.

Proposed Changes

Delete core/models/contenttypes.py.

Justification

This file exists solely for backward compatibility. Its content has been relocated to object_types.py.

Impact

Any plugins importing from the module will need to be updated to import from core.models.

Originally created by @jeremystretch on GitHub (Aug 14, 2025). Originally assigned to: @jeremystretch on GitHub. ### Proposed Changes Delete `core/models/contenttypes.py`. ### Justification This file exists solely for backward compatibility. Its content has been relocated to `object_types.py`. ### Impact Any plugins importing from the module will need to be updated to import from `core.models`.
adam added the status: acceptedtype: deprecationbreaking change labels 2025-12-29 21:45:56 +01:00
adam closed this issue 2025-12-29 21:45:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11487