[PR #7824] [MERGED] Closes #2101: Ensure all relevant models have a general purpose search filter #13287

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/7824
Author: @jeremystretch
Created: 11/12/2021
Status: Merged
Merged: 11/12/2021
Merged by: @jeremystretch

Base: developHead: 2101-q-filters


📝 Commits (4)

📊 Changes

5 files changed (+109 additions, -0 deletions)

View changed files

📝 docs/release-notes/version-3.0.md (+1 -0)
📝 netbox/dcim/filtersets.py (+13 -0)
📝 netbox/dcim/forms/filtersets.py (+15 -0)
📝 netbox/extras/filtersets.py (+60 -0)
📝 netbox/users/filtersets.py (+20 -0)

📄 Description

Closes: #2101

Adds a q filter to the following FilterSets:

  • dcim/ConnectionFilterSet
  • extras/WebhookFilterSet
  • extras/CustomFieldFilterSet
  • extras/CustomLinkFilterSet
  • extras/ExportTemplateFilterSet
  • extras/ImageAttachmentFilterSet
  • users/ObjectPermissionFilterSet

🔄 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/7824 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 11/12/2021 **Status:** ✅ Merged **Merged:** 11/12/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `2101-q-filters` --- ### 📝 Commits (4) - [`f49d700`](https://github.com/netbox-community/netbox/commit/f49d7008a0d7074e0211a753eeed81fd81b1a949) Add q filters for connection lists - [`50f283c`](https://github.com/netbox-community/netbox/commit/50f283cf28ae607731b314646707991d11014ae9) Add q filter for extras models - [`467fa5a`](https://github.com/netbox-community/netbox/commit/467fa5a84757bb011515356ca498f7c9037dff55) Add q filters for Token and ObjectPermission filter sets - [`f3beabb`](https://github.com/netbox-community/netbox/commit/f3beabba69c369fb4f53ac832150ce87c83e25c5) Changelog for #2101 ### 📊 Changes **5 files changed** (+109 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-3.0.md` (+1 -0) 📝 `netbox/dcim/filtersets.py` (+13 -0) 📝 `netbox/dcim/forms/filtersets.py` (+15 -0) 📝 `netbox/extras/filtersets.py` (+60 -0) 📝 `netbox/users/filtersets.py` (+20 -0) </details> ### 📄 Description ### Closes: #2101 Adds a `q` filter to the following FilterSets: - dcim/ConnectionFilterSet - extras/WebhookFilterSet - extras/CustomFieldFilterSet - extras/CustomLinkFilterSet - extras/ExportTemplateFilterSet - extras/ImageAttachmentFilterSet - users/ObjectPermissionFilterSet --- <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:26:33 +01:00
adam closed this issue 2025-12-29 22:26:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13287