[PR #17619] [MERGED] 16136 remove Django Admin #15142

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17619
Author: @arthanson
Created: 9/26/2024
Status: Merged
Merged: 9/27/2024
Merged by: @jeremystretch

Base: featureHead: 16136-remove-django-admin


📝 Commits (9)

  • ebc7203 16136 remove Django Admin
  • b80cdd8 16136 fix plugin test
  • 80296fa 16136 fix migrations
  • b6b36c5 Revert "16136 fix migrations"
  • 6a32d83 Remove obsolete admin module from dummy plugin
  • 18e3e60 Remove obsolete admin site configuration
  • fb202e7 Remove unused import statement
  • cb80d80 Remove obsolete admin module
  • 6ca4e51 Misc cleanup

📊 Changes

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

View changed files

📝 docs/configuration/miscellaneous.md (+0 -8)
netbox/netbox/admin.py (+0 -14)
📝 netbox/netbox/configuration_testing.py (+0 -2)
📝 netbox/netbox/plugins/urls.py (+0 -2)
📝 netbox/netbox/settings.py (+0 -5)
netbox/netbox/tests/dummy_plugin/admin.py (+0 -9)
📝 netbox/netbox/tests/test_plugins.py (+0 -6)
📝 netbox/netbox/urls.py (+0 -5)
📝 netbox/templates/inc/user_menu.html (+0 -5)
netbox/users/admin.py (+0 -5)

📄 Description

Fixes: #16136


🔄 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/17619 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 9/26/2024 **Status:** ✅ Merged **Merged:** 9/27/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `16136-remove-django-admin` --- ### 📝 Commits (9) - [`ebc7203`](https://github.com/netbox-community/netbox/commit/ebc720311a6242f6029a55e8f9a3ece4679a853b) 16136 remove Django Admin - [`b80cdd8`](https://github.com/netbox-community/netbox/commit/b80cdd84f642e1540dd4f1d3363fe115b6748717) 16136 fix plugin test - [`80296fa`](https://github.com/netbox-community/netbox/commit/80296fa1ecc294e4df8d11d11ea6dc10921517b0) 16136 fix migrations - [`b6b36c5`](https://github.com/netbox-community/netbox/commit/b6b36c51b1784037d0a0f76ea8af875a47f53231) Revert "16136 fix migrations" - [`6a32d83`](https://github.com/netbox-community/netbox/commit/6a32d83157ed0cefba0d65bcbea0ddee050a4f14) Remove obsolete admin module from dummy plugin - [`18e3e60`](https://github.com/netbox-community/netbox/commit/18e3e60f2eae944babc91ae2fd6c38bcdb8493b0) Remove obsolete admin site configuration - [`fb202e7`](https://github.com/netbox-community/netbox/commit/fb202e7c49da7199dc68a31bd7b1834f39e66f3e) Remove unused import statement - [`cb80d80`](https://github.com/netbox-community/netbox/commit/cb80d8066546eff6e7ff1381f46998f99339e36b) Remove obsolete admin module - [`6ca4e51`](https://github.com/netbox-community/netbox/commit/6ca4e51d6b3987f1e9886d9ea161b2f363a808ed) Misc cleanup ### 📊 Changes **10 files changed** (+0 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/miscellaneous.md` (+0 -8) ➖ `netbox/netbox/admin.py` (+0 -14) 📝 `netbox/netbox/configuration_testing.py` (+0 -2) 📝 `netbox/netbox/plugins/urls.py` (+0 -2) 📝 `netbox/netbox/settings.py` (+0 -5) ➖ `netbox/netbox/tests/dummy_plugin/admin.py` (+0 -9) 📝 `netbox/netbox/tests/test_plugins.py` (+0 -6) 📝 `netbox/netbox/urls.py` (+0 -5) 📝 `netbox/templates/inc/user_menu.html` (+0 -5) ➖ `netbox/users/admin.py` (+0 -5) </details> ### 📄 Description ### Fixes: #16136 --- <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:20:14 +01:00
adam closed this issue 2025-12-30 00:20:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15142