netbox/netbox/tenancy
Martin Hauser f46090076d refactor(graphql): Update filter lookups for strawberry-django 0.86
Update strawberry-graphql-django to 0.86.1 and remove redundant type
parameters from StrFilterLookup, DateFilterLookup, TimeFilterLookup, and
DatetimeFilterLookup annotations across model-backed GraphQL filters.

Add NetBox-local JSON date, time, and datetime lookup input types to
preserve the previous string-backed JSON filter schema without relying
on deprecated upstream generic lookup annotations. These local types
keep the legacy GraphQL type names and date/time sub-lookup fields
intact.

Fixes #22353
2026-06-16 08:50:03 -04:00
..
api Fixes #21538: Fix annotated count for contacts assigned to multiple contact groups (#21919) 2026-04-15 16:01:19 -05:00
forms chore(ruff): Sort `__all__` definitions across modules 2026-02-20 15:36:01 +01:00
graphql refactor(graphql): Update filter lookups for strawberry-django 0.86 2026-06-16 08:50:03 -04:00
migrations Add migration files for indexes 2026-04-03 16:32:08 -04:00
models Merge branch 'main' into feature 2026-04-28 10:19:36 -04:00
tables chore(ruff): Sort `__all__` definitions across modules 2026-02-20 15:36:01 +01:00
tests Closes #22090: Extend test cases to analyze the number of SQL queries executed 2026-05-26 09:10:03 -04:00
ui #20923 - Convert tenancy to new UI layout (#21745) 2026-03-26 17:16:31 +01:00
__init__.py
apps.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
choices.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
filtersets.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
search.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
urls.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
views.py Merge branch 'main' into feature 2026-04-23 11:10:58 -04:00