[PR #2477] [CLOSED] Develop 2.5 #12382

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/2477
Author: @BuddhikaShaminda
Created: 10/2/2018
Status: Closed

Base: developHead: develop-2.5


📝 Commits (10+)

  • ac546a9 Closes #2000: Remove support for Python 2
  • 980d62d Removed Python 2 string compatibility
  • 5f66710 Closes #2292: Remove the deprecated UserAction model
  • 6dd62dc Refactored log_change() methods for device components
  • 7ec4155 Closes #2359: Implement custom makemigrations command to ignore extraneous field attributes
  • 7145f86 #2359: Extended exempt attributes to 'migrate' command
  • c4be440 Closes #2367: Remove deprecated RPCClient functionality
  • 29380b1 Merge branch 'develop' into develop-2.5
  • 19b737a Added v2.5 notes (so far) to changelog
  • 2ac60bd Merge branch 'develop' into develop-2.5 (v2.4.4 release)

📊 Changes

296 files changed (+162 additions, -1332 deletions)

View changed files

📝 .travis.yml (+0 -1)
📝 CHANGELOG.md (+21 -0)
📝 README.md (+0 -2)
📝 base_requirements.txt (+1 -1)
📝 docs/additional-features/netbox-shell.md (+1 -1)
📝 docs/installation/upgrading.md (+0 -7)
📝 netbox/circuits/api/serializers.py (+0 -2)
📝 netbox/circuits/api/urls.py (+0 -2)
📝 netbox/circuits/api/views.py (+0 -2)
📝 netbox/circuits/apps.py (+0 -2)
📝 netbox/circuits/constants.py (+0 -2)
📝 netbox/circuits/filters.py (+0 -2)
📝 netbox/circuits/forms.py (+0 -2)
📝 netbox/circuits/migrations/0001_initial.py (+0 -2)
📝 netbox/circuits/migrations/0001_initial_squashed_0010_circuit_status.py (+0 -2)
📝 netbox/circuits/migrations/0002_auto_20160622_1821.py (+0 -2)
📝 netbox/circuits/migrations/0003_provider_32bit_asn_support.py (+0 -2)
📝 netbox/circuits/migrations/0004_circuit_add_tenant.py (+0 -2)
📝 netbox/circuits/migrations/0005_circuit_add_upstream_speed.py (+0 -2)
📝 netbox/circuits/migrations/0006_terminations.py (+0 -2)

...and 80 more files

📄 Description

Fixes:


🔄 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/2477 **Author:** [@BuddhikaShaminda](https://github.com/BuddhikaShaminda) **Created:** 10/2/2018 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop-2.5` --- ### 📝 Commits (10+) - [`ac546a9`](https://github.com/netbox-community/netbox/commit/ac546a97110362367b0b9a78c98aacc3f587f5ea) Closes #2000: Remove support for Python 2 - [`980d62d`](https://github.com/netbox-community/netbox/commit/980d62d579ecd369911d705f59a39b56689cd962) Removed Python 2 string compatibility - [`5f66710`](https://github.com/netbox-community/netbox/commit/5f66710fcda919ae232e39da5a6ca21d62283f83) Closes #2292: Remove the deprecated UserAction model - [`6dd62dc`](https://github.com/netbox-community/netbox/commit/6dd62dc891bf8173b8a8aba598410436db6f2685) Refactored log_change() methods for device components - [`7ec4155`](https://github.com/netbox-community/netbox/commit/7ec415584575acb5968c1e3e038c67bbc8eec029) Closes #2359: Implement custom makemigrations command to ignore extraneous field attributes - [`7145f86`](https://github.com/netbox-community/netbox/commit/7145f86a6ed298e59f9bc2236db2737e9d1a2042) #2359: Extended exempt attributes to 'migrate' command - [`c4be440`](https://github.com/netbox-community/netbox/commit/c4be440cd1b6bf7829fa68981507070e482e50de) Closes #2367: Remove deprecated RPCClient functionality - [`29380b1`](https://github.com/netbox-community/netbox/commit/29380b1120bc18a9d4a58a020dccfa51d5556c23) Merge branch 'develop' into develop-2.5 - [`19b737a`](https://github.com/netbox-community/netbox/commit/19b737a534e38a2c1344dc5be0f0c1d56f384ba1) Added v2.5 notes (so far) to changelog - [`2ac60bd`](https://github.com/netbox-community/netbox/commit/2ac60bdf48bf539f12268a9019348729770f54a5) Merge branch 'develop' into develop-2.5 (v2.4.4 release) ### 📊 Changes **296 files changed** (+162 additions, -1332 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+0 -1) 📝 `CHANGELOG.md` (+21 -0) 📝 `README.md` (+0 -2) 📝 `base_requirements.txt` (+1 -1) 📝 `docs/additional-features/netbox-shell.md` (+1 -1) 📝 `docs/installation/upgrading.md` (+0 -7) 📝 `netbox/circuits/api/serializers.py` (+0 -2) 📝 `netbox/circuits/api/urls.py` (+0 -2) 📝 `netbox/circuits/api/views.py` (+0 -2) 📝 `netbox/circuits/apps.py` (+0 -2) 📝 `netbox/circuits/constants.py` (+0 -2) 📝 `netbox/circuits/filters.py` (+0 -2) 📝 `netbox/circuits/forms.py` (+0 -2) 📝 `netbox/circuits/migrations/0001_initial.py` (+0 -2) 📝 `netbox/circuits/migrations/0001_initial_squashed_0010_circuit_status.py` (+0 -2) 📝 `netbox/circuits/migrations/0002_auto_20160622_1821.py` (+0 -2) 📝 `netbox/circuits/migrations/0003_provider_32bit_asn_support.py` (+0 -2) 📝 `netbox/circuits/migrations/0004_circuit_add_tenant.py` (+0 -2) 📝 `netbox/circuits/migrations/0005_circuit_add_upstream_speed.py` (+0 -2) 📝 `netbox/circuits/migrations/0006_terminations.py` (+0 -2) _...and 80 more files_ </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: <!-- Please include a summary of the proposed changes below. --> --- <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-29 22:21:12 +01:00
adam closed this issue 2025-12-29 22:21:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12382