netbox/netbox/tenancy
Martin Hauser ac7a4ec4a3
feat(views): Add FilterSet support to BulkRenameView
Allow passing a FilterSet to BulkRenameView for consistent behavior with
BulkEditView and BulkDeleteView. Enables the
"Select all N matching query" functionality to expand across the full
queryset. Updates logic to handle PK lists appropriately when editing
all matched objects.

Fixes #20389
2025-10-24 14:43:35 +02:00
..
api 17170 ContactGroup Serializer nested and fix related objects 2025-04-11 15:13:40 -04:00
forms Closes #20527: Address deprecation warnings (#20533) 2025-10-09 00:47:09 -05:00
graphql Fixes #20253: GraphQL filter by contacts (#20288) 2025-09-19 10:52:02 -04:00
migrations Closes #19627: Object change migrators (#19628) 2025-06-05 11:47:59 -04:00
models Closes #19924: Record model features on ObjectType (#19939) 2025-07-30 13:05:34 -04:00
tables Fixes #20441: Fix display of the "groups" column in contact assignments table (#20446) 2025-09-29 13:05:52 -05:00
tests Fixes #19934: add description field to Tenant bulk edit form (#19937) 2025-07-23 13:41:00 -07:00
__init__.py Initial multitenancy implementation 2016-07-26 14:58:37 -04:00
apps.py Closes #17725: Clean up import statements (#17728) 2024-10-10 14:52:47 -04:00
choices.py Closes #13279: Wrap choice labels with gettext() 2023-07-31 17:31:07 -04:00
filtersets.py Merge pull request #18859 from netbox-community/17602-comments-field-for-nested-models 2025-03-19 09:50:11 -04:00
search.py Fixes #19376: Fix FieldDoesNotExist exception when global search results include a contact (#19389) 2025-05-02 14:24:08 -05:00
urls.py Closes #18023: Employ register_model_view() for list views (#18029) 2024-11-20 15:54:37 -05:00
views.py feat(views): Add FilterSet support to BulkRenameView 2025-10-24 14:43:35 +02:00