[PR #10774] [CLOSED] Closes #9410: adding HEIF image format support for upload #13691

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10774
Author: @bigcat88
Created: 10/27/2022
Status: Closed

Base: developHead: 9410-HEIF-support


📝 Commits (3)

  • fbcb439 Closes #9410: adding HEIF image format support
  • 48d57d3 Removed changes from setting.py. Add convert handler for device model.
  • 61391fe adding conversion for ImageAttachment

📊 Changes

4 files changed (+41 additions, -1 deletions)

View changed files

📝 netbox/dcim/constants.py (+1 -1)
📝 netbox/dcim/models/devices.py (+18 -0)
📝 netbox/extras/models/models.py (+19 -0)
📝 requirements.txt (+3 -0)

📄 Description

Fixes: #9410

I added an import to netbox/settings.py because configuration.py doesn't seem like the right place for it.


🔄 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/10774 **Author:** [@bigcat88](https://github.com/bigcat88) **Created:** 10/27/2022 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `9410-HEIF-support` --- ### 📝 Commits (3) - [`fbcb439`](https://github.com/netbox-community/netbox/commit/fbcb439384562e30c6a0c93b36e941b8cfa8a883) Closes #9410: adding HEIF image format support - [`48d57d3`](https://github.com/netbox-community/netbox/commit/48d57d3a359b80a036e2fe5b4606045ae55ecb6b) Removed changes from setting.py. Add convert handler for device model. - [`61391fe`](https://github.com/netbox-community/netbox/commit/61391feb78dd0de7b1d7297a87aefef3fa5386fe) adding conversion for `ImageAttachment` ### 📊 Changes **4 files changed** (+41 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/constants.py` (+1 -1) 📝 `netbox/dcim/models/devices.py` (+18 -0) 📝 `netbox/extras/models/models.py` (+19 -0) 📝 `requirements.txt` (+3 -0) </details> ### 📄 Description Fixes: #9410 I added an import to `netbox/settings.py` because `configuration.py` doesn't seem like the right place for it. --- <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 23:20:17 +01:00
adam closed this issue 2025-12-29 23:20:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13691