[PR #1054] [MERGED] Release v1.9.5 #12158

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (7)

  • 78adaec Post-release version bump
  • 7766e1f Fixes #1037: Fixed error on VLAN import with duplicate VLAN group names
  • 78b0072 Limit <v2.0 installations to Django 1.10
  • f3eee25 Fixes #1051: Upgraded django-rest-swagger
  • 1dd2bdc Fixes #1047: Correct ordering of numbered subinterfaces
  • 2c99a8b Closes #1052: Added rack reservation list and bulk delete views
  • 35a0a65 Release v1.9.5

📊 Changes

13 files changed (+172 additions, -28 deletions)

View changed files

📝 netbox/dcim/filters.py (+37 -0)
📝 netbox/dcim/forms.py (+13 -0)
📝 netbox/dcim/models.py (+20 -8)
📝 netbox/dcim/tables.py (+24 -1)
📝 netbox/dcim/urls.py (+2 -0)
📝 netbox/dcim/views.py (+14 -0)
📝 netbox/ipam/forms.py (+37 -13)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/netbox/urls.py (+4 -1)
📝 netbox/templates/_base.html (+3 -1)
📝 netbox/templates/dcim/rack.html (+1 -1)
netbox/templates/dcim/rackreservation_list.html (+14 -0)
📝 requirements.txt (+2 -2)

📄 Description

Improvements

  • #1052 - Added rack reservation list and bulk delete views

Bug Fixes

  • #1038 - Suppress upgrading to Django 1.11 (will be supported in v2.0)
  • #1037 - Fixed error on VLAN import with duplicate VLAN group names
  • #1047 - Correct ordering of numbered subinterfaces
  • #1051 - Upgraded django-rest-swagger

🔄 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/1054 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/6/2017 **Status:** ✅ Merged **Merged:** 4/6/2017 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (7) - [`78adaec`](https://github.com/netbox-community/netbox/commit/78adaecb8942239af03f1a0991278c32beff3556) Post-release version bump - [`7766e1f`](https://github.com/netbox-community/netbox/commit/7766e1f6847f2d1651f1a7a1ce4482ea76098745) Fixes #1037: Fixed error on VLAN import with duplicate VLAN group names - [`78b0072`](https://github.com/netbox-community/netbox/commit/78b00720513ebd8c7f4236097c336777c8eeaeb4) Limit <v2.0 installations to Django 1.10 - [`f3eee25`](https://github.com/netbox-community/netbox/commit/f3eee25527c61b3a076aafb33b29fb01b8e45e1a) Fixes #1051: Upgraded django-rest-swagger - [`1dd2bdc`](https://github.com/netbox-community/netbox/commit/1dd2bdcb8ec0bc97b591626da28e1c31755c37bd) Fixes #1047: Correct ordering of numbered subinterfaces - [`2c99a8b`](https://github.com/netbox-community/netbox/commit/2c99a8bee4804433605191372cb8136e4afb46d6) Closes #1052: Added rack reservation list and bulk delete views - [`35a0a65`](https://github.com/netbox-community/netbox/commit/35a0a658a7c3219c6f71fb540519f2bd917e7cbd) Release v1.9.5 ### 📊 Changes **13 files changed** (+172 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/filters.py` (+37 -0) 📝 `netbox/dcim/forms.py` (+13 -0) 📝 `netbox/dcim/models.py` (+20 -8) 📝 `netbox/dcim/tables.py` (+24 -1) 📝 `netbox/dcim/urls.py` (+2 -0) 📝 `netbox/dcim/views.py` (+14 -0) 📝 `netbox/ipam/forms.py` (+37 -13) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/netbox/urls.py` (+4 -1) 📝 `netbox/templates/_base.html` (+3 -1) 📝 `netbox/templates/dcim/rack.html` (+1 -1) ➕ `netbox/templates/dcim/rackreservation_list.html` (+14 -0) 📝 `requirements.txt` (+2 -2) </details> ### 📄 Description ## Improvements * [#1052](https://github.com/digitalocean/netbox/issues/1052) - Added rack reservation list and bulk delete views ## Bug Fixes * [#1038](https://github.com/digitalocean/netbox/issues/1038) - Suppress upgrading to Django 1.11 (will be supported in v2.0) * [#1037](https://github.com/digitalocean/netbox/issues/1037) - Fixed error on VLAN import with duplicate VLAN group names * [#1047](https://github.com/digitalocean/netbox/issues/1047) - Correct ordering of numbered subinterfaces * [#1051](https://github.com/digitalocean/netbox/issues/1051) - Upgraded django-rest-swagger --- <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:57 +01:00
adam closed this issue 2025-12-29 22:19:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12158