[PR #20796] [MERGED] 20465 fix script re-upload #16052

Closed
opened 2025-12-30 00:25:32 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20796
Author: @arthanson
Created: 11/13/2025
Status: Merged
Merged: 11/17/2025
Merged by: @jeremystretch

Base: mainHead: 20465-script-upload-2


📝 Commits (1)

  • fb208de 20465 fix script re-upload

📊 Changes

3 files changed (+10 additions, -0 deletions)

View changed files

📝 docs/configuration/system.md (+4 -0)
📝 netbox/netbox/configuration_example.py (+3 -0)
📝 netbox/netbox/settings.py (+3 -0)

📄 Description

Fixes: #20465

Sets allow_overwrite to true for scripts custom storage. see: https://docs.djangoproject.com/en/5.2/ref/files/storage/#django.core.files.storage.FileSystemStorage.allow_overwrite


🔄 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/20796 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 11/13/2025 **Status:** ✅ Merged **Merged:** 11/17/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `20465-script-upload-2` --- ### 📝 Commits (1) - [`fb208de`](https://github.com/netbox-community/netbox/commit/fb208dec47025c1fcbd45c71b1c2443194489fa2) 20465 fix script re-upload ### 📊 Changes **3 files changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/system.md` (+4 -0) 📝 `netbox/netbox/configuration_example.py` (+3 -0) 📝 `netbox/netbox/settings.py` (+3 -0) </details> ### 📄 Description ### Fixes: #20465 Sets allow_overwrite to true for scripts custom storage. see: https://docs.djangoproject.com/en/5.2/ref/files/storage/#django.core.files.storage.FileSystemStorage.allow_overwrite --- <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-30 00:25:32 +01:00
adam closed this issue 2025-12-30 00:25:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#16052