[PR #1154] [MERGED] Release v2.0.1 #12168

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (7)

  • ebb6729 Post-release version bump
  • 44d78ef Fixes #1149: Port list does not populate when creating a console or power connection
  • 0fb12bc Fixes #1151: name 'escape' is not defined
  • 8e33375 Fixes #1150: Error when uploading image attachments with Unicode names under Python 2
  • 3844f70 Fixes #1152: Unable to edit user keys
  • effda88 Fixes #1153: UnicodeEncodeError when searching for non-ASCII characters on Python 2
  • b89bd24 Release v2.0.1

📊 Changes

6 files changed (+14 additions, -12 deletions)

View changed files

📝 netbox/dcim/forms.py (+2 -2)
📝 netbox/dcim/views.py (+1 -0)
📝 netbox/extras/models.py (+1 -1)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/netbox/views.py (+1 -1)
📝 netbox/project-static/js/secrets.js (+8 -7)

📄 Description

Bug Fixes

  • #1149 - Port list does not populate when creating a console or power connection
  • #1150 - Error when uploading image attachments with Unicode names under Python 2
  • #1151 - Server error: name 'escape' is not defined
  • #1152 - Unable to edit user keys
  • #1153 - UnicodeEncodeError when searching for non-ASCII characters on Python 2

🔄 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/1154 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 5/10/2017 **Status:** ✅ Merged **Merged:** 5/10/2017 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (7) - [`ebb6729`](https://github.com/netbox-community/netbox/commit/ebb6729a268b5574b026cfcd35bb15df46388257) Post-release version bump - [`44d78ef`](https://github.com/netbox-community/netbox/commit/44d78ef92ace2f5c1ce043200ece21c8d085f0a4) Fixes #1149: Port list does not populate when creating a console or power connection - [`0fb12bc`](https://github.com/netbox-community/netbox/commit/0fb12bcc9c2c165270924fceb99269ebb4be1e98) Fixes #1151: name 'escape' is not defined - [`8e33375`](https://github.com/netbox-community/netbox/commit/8e333757f9a1255a02aa581a099586d9f7c29716) Fixes #1150: Error when uploading image attachments with Unicode names under Python 2 - [`3844f70`](https://github.com/netbox-community/netbox/commit/3844f70a4d4ea3bea0fbeb97150c948828d5d6e5) Fixes #1152: Unable to edit user keys - [`effda88`](https://github.com/netbox-community/netbox/commit/effda88b51e5b3c059540d898565072ffc4e6641) Fixes #1153: UnicodeEncodeError when searching for non-ASCII characters on Python 2 - [`b89bd24`](https://github.com/netbox-community/netbox/commit/b89bd24bed356f9c7c01a58ce0790e425e819439) Release v2.0.1 ### 📊 Changes **6 files changed** (+14 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/forms.py` (+2 -2) 📝 `netbox/dcim/views.py` (+1 -0) 📝 `netbox/extras/models.py` (+1 -1) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/netbox/views.py` (+1 -1) 📝 `netbox/project-static/js/secrets.js` (+8 -7) </details> ### 📄 Description ## Bug Fixes * [#1149](https://github.com/digitalocean/netbox/issues/1149) - Port list does not populate when creating a console or power connection * [#1150](https://github.com/digitalocean/netbox/issues/1150) - Error when uploading image attachments with Unicode names under Python 2 * [#1151](https://github.com/digitalocean/netbox/issues/1151) - Server error: name 'escape' is not defined * [#1152](https://github.com/digitalocean/netbox/issues/1152) - Unable to edit user keys * [#1153](https://github.com/digitalocean/netbox/issues/1153) - UnicodeEncodeError when searching for non-ASCII characters on Python 2 --- <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:20:00 +01:00
adam closed this issue 2025-12-29 22:20:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12168