[PR #1032] [MERGED] Release v1.9.4 #12150

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

  • a51f5ed Post-release version bump
  • 8103c39 Fixes #991: Correct server error on "create and connect another" interface connection
  • e8fd0f3 Order interfaces naturally for Device A
  • 28761fc Closes #362: Added per_page query parameter to control pagination page length
  • 6813787 Fixes #1013: Show edit/delete reservation buttons on rack view
  • 05d3354 Fixes #1022: Record user actions when creating IP addresses in bulk
  • 0b681c4 Removed survey notice
  • f11bb25 Only show Custom Fields on IP Address Assign Page if custom fields are set against the ip address (#1031)
  • 11ae938 Fixes #1027: Fixed nav menu highlighting when BASE_PATH is set
  • 3b2c740 Release v1.9.4

📊 Changes

12 files changed (+59 additions, -29 deletions)

View changed files

📝 README.md (+0 -4)
📝 netbox/dcim/forms.py (+1 -1)
📝 netbox/dcim/views.py (+3 -2)
📝 netbox/extras/models.py (+7 -2)
📝 netbox/ipam/views.py (+19 -3)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/templates/_base.html (+8 -8)
📝 netbox/templates/dcim/ipaddress_assign.html (+2 -0)
📝 netbox/templates/dcim/rack.html (+2 -2)
📝 netbox/utilities/paginator.py (+2 -1)
📝 netbox/utilities/templatetags/helpers.py (+3 -3)
📝 netbox/utilities/views.py (+11 -2)

📄 Description

Improvements

  • #362 - Added per_page query parameter to control pagination page length

Bug Fixes

  • #991 - Correct server error on "create and connect another" interface connection
  • #1022 - Record user actions when creating IP addresses in bulk
  • #1027 - Fixed nav menu highlighting when BASE_PATH is set

🔄 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/1032 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/4/2017 **Status:** ✅ Merged **Merged:** 4/4/2017 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`a51f5ed`](https://github.com/netbox-community/netbox/commit/a51f5edbc8b18a2d549212c1a3039eb62a3daa55) Post-release version bump - [`8103c39`](https://github.com/netbox-community/netbox/commit/8103c399d55409e23861c7eb91350760dd962e6b) Fixes #991: Correct server error on "create and connect another" interface connection - [`e8fd0f3`](https://github.com/netbox-community/netbox/commit/e8fd0f3531113852b426156cc900dd9d494f5e69) Order interfaces naturally for Device A - [`28761fc`](https://github.com/netbox-community/netbox/commit/28761fc96029525d213baaa5c2fdcc8fb720da56) Closes #362: Added per_page query parameter to control pagination page length - [`6813787`](https://github.com/netbox-community/netbox/commit/6813787fc766e6b9062bee8e1e0a2f17a88fbcdd) Fixes #1013: Show edit/delete reservation buttons on rack view - [`05d3354`](https://github.com/netbox-community/netbox/commit/05d3354570095ac070fd6173e347dc0e6d5b2eb7) Fixes #1022: Record user actions when creating IP addresses in bulk - [`0b681c4`](https://github.com/netbox-community/netbox/commit/0b681c471edd98bcc4722f7be8da6e3548837f59) Removed survey notice - [`f11bb25`](https://github.com/netbox-community/netbox/commit/f11bb254a5f66701a0a3d436e38699d4a82d31d8) Only show Custom Fields on IP Address Assign Page if custom fields are set against the ip address (#1031) - [`11ae938`](https://github.com/netbox-community/netbox/commit/11ae9381461842e47cd539f89bdf6cc9f886e454) Fixes #1027: Fixed nav menu highlighting when BASE_PATH is set - [`3b2c740`](https://github.com/netbox-community/netbox/commit/3b2c74042e2b8d1e5b8d7e446860c91b111e372a) Release v1.9.4 ### 📊 Changes **12 files changed** (+59 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+0 -4) 📝 `netbox/dcim/forms.py` (+1 -1) 📝 `netbox/dcim/views.py` (+3 -2) 📝 `netbox/extras/models.py` (+7 -2) 📝 `netbox/ipam/views.py` (+19 -3) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/templates/_base.html` (+8 -8) 📝 `netbox/templates/dcim/ipaddress_assign.html` (+2 -0) 📝 `netbox/templates/dcim/rack.html` (+2 -2) 📝 `netbox/utilities/paginator.py` (+2 -1) 📝 `netbox/utilities/templatetags/helpers.py` (+3 -3) 📝 `netbox/utilities/views.py` (+11 -2) </details> ### 📄 Description ## Improvements * [#362](https://github.com/digitalocean/netbox/issues/362) - Added per_page query parameter to control pagination page length ## Bug Fixes * [#991](https://github.com/digitalocean/netbox/issues/991) - Correct server error on "create and connect another" interface connection * [#1022](https://github.com/digitalocean/netbox/issues/1022) - Record user actions when creating IP addresses in bulk * [#1027](https://github.com/digitalocean/netbox/issues/1027) - Fixed nav menu highlighting when BASE_PATH is set --- <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:54 +01:00
adam closed this issue 2025-12-29 22:19:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12150