[PR #966] [MERGED] Release v1.9.2 #12144

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

  • 70a05b4 Post-release version bump
  • d68b34c Force Unix line endings on shell scripts
  • 87ff433 Fixes #956: Correct bug affecting unnamed rackless devices
  • 6a2a2d5 Fixes #957: Correct device site filter count to include unracked devices
  • f661c23 Fixes #950: Fix site_id error on child device import
  • cd97b2f Fix parent device position display
  • f3fd82a Allow assigning child devices to rackless parents
  • 4b7af8d Merge pull request #954 from psr/develop
  • d9f1bcb Renamed user URL namespace
  • 33c5ea1 Fixes #963: Fix bug in IPv6 address range expansion

📊 Changes

17 files changed (+70 additions, -50 deletions)

View changed files

.gitattributes (+1 -0)
📝 netbox/dcim/forms.py (+25 -14)
📝 netbox/dcim/models.py (+14 -11)
📝 netbox/dcim/views.py (+4 -1)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/netbox/urls.py (+1 -1)
📝 netbox/secrets/decorators.py (+2 -2)
📝 netbox/templates/_base.html (+1 -1)
📝 netbox/templates/dcim/device.html (+4 -2)
📝 netbox/templates/users/_user.html (+4 -4)
📝 netbox/templates/users/change_password.html (+1 -1)
📝 netbox/templates/users/userkey.html (+2 -2)
📝 netbox/templates/users/userkey_edit.html (+1 -1)
📝 netbox/users/urls.py (+4 -4)
📝 netbox/users/views.py (+2 -2)
📝 netbox/utilities/forms.py (+1 -1)
📝 netbox/utilities/views.py (+2 -2)

📄 Description

Bug Fixes

  • #950 - Fix site_id error on child device import
  • #956 - Correct bug affecting unnamed rackless devices
  • #957 - Correct device site filter count to include rackless devices
  • #963 - Fix bug in IPv6 address range expansion
  • #964 - Fix bug when bulk editing/deleting filtered set of objects

🔄 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/966 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 3/14/2017 **Status:** ✅ Merged **Merged:** 3/14/2017 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`70a05b4`](https://github.com/netbox-community/netbox/commit/70a05b42806e06687b4bed3f14c70d77aeaaf3f1) Post-release version bump - [`d68b34c`](https://github.com/netbox-community/netbox/commit/d68b34cefeeff72576478eb0920956064e8d8559) Force Unix line endings on shell scripts - [`87ff433`](https://github.com/netbox-community/netbox/commit/87ff433ef8f68d9f111569ee3def40a324d17b88) Fixes #956: Correct bug affecting unnamed rackless devices - [`6a2a2d5`](https://github.com/netbox-community/netbox/commit/6a2a2d5d11708af275f605e6a0a78d7e55fca845) Fixes #957: Correct device site filter count to include unracked devices - [`f661c23`](https://github.com/netbox-community/netbox/commit/f661c233be6144a943aed1310367bf38207373dc) Fixes #950: Fix site_id error on child device import - [`cd97b2f`](https://github.com/netbox-community/netbox/commit/cd97b2fb96a5c0d70a9648d2f2d7bb8d4375ec31) Fix parent device position display - [`f3fd82a`](https://github.com/netbox-community/netbox/commit/f3fd82a24a0c7ccb68455d810b4fa4ddc0d9322b) Allow assigning child devices to rackless parents - [`4b7af8d`](https://github.com/netbox-community/netbox/commit/4b7af8d3b43f2bd6fbb137c07a4d222e3ae9a6c8) Merge pull request #954 from psr/develop - [`d9f1bcb`](https://github.com/netbox-community/netbox/commit/d9f1bcbf153d9e4a781d12cc166091ce453189dd) Renamed user URL namespace - [`33c5ea1`](https://github.com/netbox-community/netbox/commit/33c5ea1f4edf33951d29159db1f0c28535a17eaf) Fixes #963: Fix bug in IPv6 address range expansion ### 📊 Changes **17 files changed** (+70 additions, -50 deletions) <details> <summary>View changed files</summary> ➕ `.gitattributes` (+1 -0) 📝 `netbox/dcim/forms.py` (+25 -14) 📝 `netbox/dcim/models.py` (+14 -11) 📝 `netbox/dcim/views.py` (+4 -1) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/netbox/urls.py` (+1 -1) 📝 `netbox/secrets/decorators.py` (+2 -2) 📝 `netbox/templates/_base.html` (+1 -1) 📝 `netbox/templates/dcim/device.html` (+4 -2) 📝 `netbox/templates/users/_user.html` (+4 -4) 📝 `netbox/templates/users/change_password.html` (+1 -1) 📝 `netbox/templates/users/userkey.html` (+2 -2) 📝 `netbox/templates/users/userkey_edit.html` (+1 -1) 📝 `netbox/users/urls.py` (+4 -4) 📝 `netbox/users/views.py` (+2 -2) 📝 `netbox/utilities/forms.py` (+1 -1) 📝 `netbox/utilities/views.py` (+2 -2) </details> ### 📄 Description ## Bug Fixes * [#950](https://github.com/digitalocean/netbox/issues/950) - Fix site_id error on child device import * [#956](https://github.com/digitalocean/netbox/issues/956) - Correct bug affecting unnamed rackless devices * [#957](https://github.com/digitalocean/netbox/issues/957) - Correct device site filter count to include rackless devices * [#963](https://github.com/digitalocean/netbox/issues/963) - Fix bug in IPv6 address range expansion * [#964](https://github.com/digitalocean/netbox/issues/964) - Fix bug when bulk editing/deleting filtered set of objects --- <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:52 +01:00
adam closed this issue 2025-12-29 22:19:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12144