Move all change logging resources from extras to core #9786

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

Originally created by @jeremystretch on GitHub (Jun 3, 2024).

Originally assigned to: @jeremystretch on GitHub.

Proposed Changes

Move all resources related to change logging from the extras app to core. This will entail moving the following:

  • The ObjectChange model
  • Relevant views and API endpoints
  • The event_tracking() context manager

Justification

Although originally introduced as an optional "extra" feature in NetBox, change logging quickly become a core function of the application as it matured. It no longer makes sense for it to live under extras.

Originally created by @jeremystretch on GitHub (Jun 3, 2024). Originally assigned to: @jeremystretch on GitHub. ### Proposed Changes Move all resources related to change logging from the `extras` app to `core`. This will entail moving the following: - The `ObjectChange` model - Relevant views and API endpoints - The `event_tracking()` context manager ### Justification Although originally introduced as an optional "extra" feature in NetBox, change logging quickly become a core function of the application as it matured. It no longer makes sense for it to live under `extras`.
adam added the status: acceptedtype: housekeeping labels 2025-12-29 21:22:37 +01:00
adam closed this issue 2025-12-29 21:22:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9786