[PR #17714] [MERGED] Closes #17472: Deprecate the staged changes API #15170

Closed
opened 2025-12-30 00:20:23 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17714
Author: @jeremystretch
Created: 10/9/2024
Status: Merged
Merged: 10/10/2024
Merged by: @jeremystretch

Base: featureHead: 17472-deprecate-staged-changes


📝 Commits (1)

📊 Changes

4 files changed (+23 additions, -2 deletions)

View changed files

📝 docs/models/extras/branch.md (+3 -0)
📝 docs/models/extras/stagedchange.md (+3 -0)
📝 docs/plugins/development/staged-changes.md (+2 -2)
📝 netbox/extras/models/staging.py (+15 -0)

📄 Description

Fixes: #17472

  • Raise a deprecation warning when instantiating a Branch or StagedChange
  • Add deprecation warnings to the documentation

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/17714 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 10/9/2024 **Status:** ✅ Merged **Merged:** 10/10/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `17472-deprecate-staged-changes` --- ### 📝 Commits (1) - [`1f8cbfd`](https://github.com/netbox-community/netbox/commit/1f8cbfd5036e27ec97a37e9145dc611b0e5c7228) Closes #17472: Deprecate the staged changes API ### 📊 Changes **4 files changed** (+23 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/models/extras/branch.md` (+3 -0) 📝 `docs/models/extras/stagedchange.md` (+3 -0) 📝 `docs/plugins/development/staged-changes.md` (+2 -2) 📝 `netbox/extras/models/staging.py` (+15 -0) </details> ### 📄 Description ### Fixes: #17472 - Raise a deprecation warning when instantiating a Branch or StagedChange - Add deprecation warnings to the documentation --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:20:23 +01:00
adam closed this issue 2025-12-30 00:20:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15170