[PR #870] [MERGED] Release v1.8.4 #12127

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/870
Author: @jeremystretch
Created: 2/3/2017
Status: Merged
Merged: 2/3/2017
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

  • b8b2ea7 Post-release version bump
  • af3c9ea Fixes #854: Correct processing of get_return_url() in ObjectDeleteView
  • f4f41a5 Fixes #859: Fix Javascript for connection status toggle button
  • 8536f6c Closes #856: Strip whitespace from fields during CSV import
  • b370375 Fixes #861: Avoid overwriting device primary IP assignment from alternate family during bulk import of IP addresses
  • 5eb3c1a Removed deprecated base_path Swagger setting
  • 0eba5a0 Fixes #851: Resolve encoding issues during import/export with Python 3
  • 9905099 Fixes #854: Check whether object still exists before attempting to resolve its URL
  • d817990 Fixes #865: Fix server error when attempting to delete a protected object parent (Python 3)
  • 585e08e Release v1.8.4

📊 Changes

7 files changed (+43 additions, -37 deletions)

View changed files

📝 netbox/ipam/views.py (+5 -7)
📝 netbox/netbox/settings.py (+1 -6)
📝 netbox/templates/dcim/device.html (+3 -2)
📝 netbox/utilities/error_handlers.py (+6 -7)
📝 netbox/utilities/forms.py (+8 -6)
📝 netbox/utilities/utils.py (+18 -7)
📝 netbox/utilities/views.py (+2 -2)

📄 Description

Improvements

  • #856 - Strip whitespace from fields during CSV import

Bug Fixes

  • #851 - Resolve encoding issues during import/export (Python 3)
  • #854 - Correct processing of get_return_url() in ObjectDeleteView
  • #859 - Fix Javascript for connection status toggle button on device view
  • #861 - Avoid overwriting device primary IP assignment from alternate family during bulk import of IP addresses
  • #865 - Fix server error when attempting to delete a protected object parent (Python 3)

🔄 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/870 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/3/2017 **Status:** ✅ Merged **Merged:** 2/3/2017 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`b8b2ea7`](https://github.com/netbox-community/netbox/commit/b8b2ea7ccbe9b1132f6a22c143548d99d966e6d4) Post-release version bump - [`af3c9ea`](https://github.com/netbox-community/netbox/commit/af3c9eaec17af2e6ca6993d950bfdb451ce95f04) Fixes #854: Correct processing of get_return_url() in ObjectDeleteView - [`f4f41a5`](https://github.com/netbox-community/netbox/commit/f4f41a5985557f526af5819250b1c47ee28ccdfa) Fixes #859: Fix Javascript for connection status toggle button - [`8536f6c`](https://github.com/netbox-community/netbox/commit/8536f6c163b717a6a8a4cc9bba457c48e89975d2) Closes #856: Strip whitespace from fields during CSV import - [`b370375`](https://github.com/netbox-community/netbox/commit/b370375414330ed810c71bfeda03145bcaa30c95) Fixes #861: Avoid overwriting device primary IP assignment from alternate family during bulk import of IP addresses - [`5eb3c1a`](https://github.com/netbox-community/netbox/commit/5eb3c1a67b282af49e34e42495143d46685c059c) Removed deprecated base_path Swagger setting - [`0eba5a0`](https://github.com/netbox-community/netbox/commit/0eba5a0de3cf12df35322a50f7bef628121be55c) Fixes #851: Resolve encoding issues during import/export with Python 3 - [`9905099`](https://github.com/netbox-community/netbox/commit/9905099a71f77ca591cf942adc3fc32014194e3b) Fixes #854: Check whether object still exists before attempting to resolve its URL - [`d817990`](https://github.com/netbox-community/netbox/commit/d817990283ee550dd5b4a935b701be5e5e701f42) Fixes #865: Fix server error when attempting to delete a protected object parent (Python 3) - [`585e08e`](https://github.com/netbox-community/netbox/commit/585e08eb9579c1c1ba52e7ca9bf033f1047ff346) Release v1.8.4 ### 📊 Changes **7 files changed** (+43 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/views.py` (+5 -7) 📝 `netbox/netbox/settings.py` (+1 -6) 📝 `netbox/templates/dcim/device.html` (+3 -2) 📝 `netbox/utilities/error_handlers.py` (+6 -7) 📝 `netbox/utilities/forms.py` (+8 -6) 📝 `netbox/utilities/utils.py` (+18 -7) 📝 `netbox/utilities/views.py` (+2 -2) </details> ### 📄 Description ## Improvements * [#856](https://github.com/digitalocean/netbox/issues/856) - Strip whitespace from fields during CSV import ## Bug Fixes * [#851](https://github.com/digitalocean/netbox/issues/851) - Resolve encoding issues during import/export (Python 3) * [#854](https://github.com/digitalocean/netbox/issues/854) - Correct processing of get_return_url() in ObjectDeleteView * [#859](https://github.com/digitalocean/netbox/issues/859) - Fix Javascript for connection status toggle button on device view * [#861](https://github.com/digitalocean/netbox/issues/861) - Avoid overwriting device primary IP assignment from alternate family during bulk import of IP addresses * [#865](https://github.com/digitalocean/netbox/issues/865) - Fix server error when attempting to delete a protected object parent (Python 3) --- <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:19:46 +01:00
adam closed this issue 2025-12-29 22:19:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12127