netbox/netbox/circuits
Jeremy Stretch ce12de8b6d
Closes #19231: Add bulk renaming support for all models (#19795)
* Closes #19231: Add bulk renaming support for all models

* Introduce a template filter for getattr()

* Extend BulkRenameView to support arbitrary field names

* Address bulk renaming support for remaining models

* Bulk rename URL resolution should fail silently

* Update documentation

* Fix bulk button rendering for HTMX requests
2025-07-02 13:35:34 -05:00
..
api Closes #18153: Introduce virtual circuit types (#18300) 2025-01-06 13:37:43 -05:00
forms Fixes #19415: Increased Circuit/WirelessLink distance upper limit (#19495) 2025-05-19 08:38:30 -04:00
graphql Closes #19493: Change filter() to filter_type() (#19494) 2025-05-14 08:34:25 -07:00
migrations Closes #19627: Object change migrators (#19628) 2025-06-05 11:47:59 -04:00
models Merge main into feature 2025-04-10 17:17:21 -04:00
tables Fixes #19487: fix ordering issues with CircuitTerminationTable/TunnelTerminationTable configuration (#19600) 2025-06-04 11:48:23 -05:00
tests Fixes #19487: fix ordering issues with CircuitTerminationTable/TunnelTerminationTable configuration (#19600) 2025-06-04 11:48:23 -05:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py Closes #17725: Clean up import statements (#17728) 2024-10-10 14:52:47 -04:00
choices.py Closes #13086: Virtual circuits (#17933) 2024-11-19 10:58:39 -05:00
constants.py Closes #18281: Support group assignment for virtual circuits (#18291) 2025-01-03 13:42:47 -05:00
filtersets.py Merge main into feature 2025-04-10 17:17:21 -04:00
search.py Remove 'provider' from VirtualCircuitIndex.display_attrs 2025-01-31 14:42:39 -05:00
signals.py Update & restore rebuild_paths() 2022-05-12 16:08:44 -04:00
urls.py Closes #18153: Introduce virtual circuit types (#18300) 2025-01-06 13:37:43 -05:00
views.py Closes #19231: Add bulk renaming support for all models (#19795) 2025-07-02 13:35:34 -05:00