[PR #3680] [MERGED] Closes #3663: API filter by created, last_updated #12615

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3680
Author: @struppinet
Created: 11/7/2019
Status: Merged
Merged: 11/15/2019
Merged by: @jeremystretch

Base: developHead: develop


📝 Commits (4)

📊 Changes

7 files changed (+44 additions, -23 deletions)

View changed files

📝 netbox/circuits/filters.py (+3 -3)
📝 netbox/dcim/filters.py (+6 -6)
📝 netbox/extras/filters.py (+21 -0)
📝 netbox/ipam/filters.py (+7 -7)
📝 netbox/secrets/filters.py (+2 -2)
📝 netbox/tenancy/filters.py (+2 -2)
📝 netbox/virtualization/filters.py (+3 -3)

📄 Description

Fixes: #3663: API filter by created, last_updated

Creating a new class that the applicable existing FilterSets inherit. I think it makes sense to have exact, gte, and lte filters for the created and last_updated fields.


🔄 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/3680 **Author:** [@struppinet](https://github.com/struppinet) **Created:** 11/7/2019 **Status:** ✅ Merged **Merged:** 11/15/2019 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (4) - [`99a542e`](https://github.com/netbox-community/netbox/commit/99a542e4e4fd2b6b3e8b4b2652cd141722d4dd60) Closes #3663: API filter by created, last_updated - [`a11fa44`](https://github.com/netbox-community/netbox/commit/a11fa44170092bb5a0cf01097f625bd52c62fdc5) Closes #3663: fix inheritance error - [`099774d`](https://github.com/netbox-community/netbox/commit/099774d66758426c8ed4224527d6553faab45316) Closes #3663: PEP8 fixes - [`0319450`](https://github.com/netbox-community/netbox/commit/03194506430764863d58cd13c5aa39dc6c027665) Closes #3663: rename filter class ### 📊 Changes **7 files changed** (+44 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/filters.py` (+3 -3) 📝 `netbox/dcim/filters.py` (+6 -6) 📝 `netbox/extras/filters.py` (+21 -0) 📝 `netbox/ipam/filters.py` (+7 -7) 📝 `netbox/secrets/filters.py` (+2 -2) 📝 `netbox/tenancy/filters.py` (+2 -2) 📝 `netbox/virtualization/filters.py` (+3 -3) </details> ### 📄 Description ### Fixes: #3663: API filter by created, last_updated Creating a new class that the applicable existing FilterSets inherit. I think it makes sense to have exact, gte, and lte filters for the created and last_updated fields. --- <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:22:39 +01:00
adam closed this issue 2025-12-29 22:22:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12615