[PR #19494] [MERGED] Closes #19493: Change filter() to filter_type() #15663

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19494
Author: @jeremystretch
Created: 5/14/2025
Status: Merged
Merged: 5/14/2025
Merged by: @arthanson

Base: mainHead: 19493-strawberry-django-filter_type


📝 Commits (1)

📊 Changes

10 files changed (+118 additions, -118 deletions)

View changed files

📝 netbox/circuits/graphql/filters.py (+11 -11)
📝 netbox/core/graphql/filters.py (+4 -4)
📝 netbox/dcim/graphql/filters.py (+44 -44)
📝 netbox/extras/graphql/filters.py (+14 -14)
📝 netbox/ipam/graphql/filters.py (+18 -18)
📝 netbox/tenancy/graphql/filters.py (+6 -6)
📝 netbox/users/graphql/filters.py (+2 -2)
📝 netbox/virtualization/graphql/filters.py (+6 -6)
📝 netbox/vpn/graphql/filters.py (+10 -10)
📝 netbox/wireless/graphql/filters.py (+3 -3)

📄 Description

Closes: #19493

Update all references to strawberry-django's filter() function.


🔄 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/19494 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 5/14/2025 **Status:** ✅ Merged **Merged:** 5/14/2025 **Merged by:** [@arthanson](https://github.com/arthanson) **Base:** `main` ← **Head:** `19493-strawberry-django-filter_type` --- ### 📝 Commits (1) - [`dfe9e87`](https://github.com/netbox-community/netbox/commit/dfe9e876936223268952b42c102f8d49d4476e48) Closes #19493: Change filter() to filter_type() ### 📊 Changes **10 files changed** (+118 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/graphql/filters.py` (+11 -11) 📝 `netbox/core/graphql/filters.py` (+4 -4) 📝 `netbox/dcim/graphql/filters.py` (+44 -44) 📝 `netbox/extras/graphql/filters.py` (+14 -14) 📝 `netbox/ipam/graphql/filters.py` (+18 -18) 📝 `netbox/tenancy/graphql/filters.py` (+6 -6) 📝 `netbox/users/graphql/filters.py` (+2 -2) 📝 `netbox/virtualization/graphql/filters.py` (+6 -6) 📝 `netbox/vpn/graphql/filters.py` (+10 -10) 📝 `netbox/wireless/graphql/filters.py` (+3 -3) </details> ### 📄 Description ### Closes: #19493 Update all references to strawberry-django's `filter()` function. --- <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:23:17 +01:00
adam closed this issue 2025-12-30 00:23: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#15663