netbox/netbox/wireless
Jason Novinger ae7a47ca60 Adds comments field to abstract NestedGroupModel and associated migrations
Models affected:
- dcim: `Location`, `Region`, `SiteGroup`
- tenancy`: `ContactGroup`, `TenantGroup`
- wireless: `WirelessLANGroup`
2025-03-13 11:52:06 -05:00
..
api Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067) 2024-11-21 15:58:11 -05:00
forms Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067) 2024-11-21 15:58:11 -05:00
graphql Closes #7598: Enable custom field filtering for GraphQL (#18701) 2025-03-07 10:49:06 -08:00
migrations Adds comments field to abstract NestedGroupModel and associated migrations 2025-03-13 11:52:06 -05:00
tables Make GFK scope field sortable=False on tables where it appears 2025-01-17 08:52:12 -05:00
tests Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067) 2024-11-21 15:58:11 -05:00
__init__.py Introduce the wireless app and SSID model 2021-10-12 12:48:36 -04:00
apps.py Closes #17725: Clean up import statements (#17728) 2024-10-10 14:52:47 -04:00
choices.py 16547 Add distance to Circuit (#17629) 2024-10-10 14:37:33 -04:00
constants.py Add wireless authentication attributes 2021-10-20 10:58:15 -04:00
filtersets.py 17929 Add Scope Mixins to Prefix (#17930) 2024-11-15 14:55:46 -05:00
models.py Closes #11279: Replace _name natural key sorting with collation (#18009) 2024-11-15 09:32:09 -05:00
search.py Fixes: #18316 - Fix PrefixIndex reference to 'site' (#18322) 2025-01-07 10:47:05 -05:00
signals.py Remove link peer fields from cable termination models 2022-06-01 16:48:56 -04:00
urls.py Closes #18023: Employ register_model_view() for list views (#18029) 2024-11-20 15:54:37 -05:00
utils.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
views.py Closes #17752: Rename URL paths for bulk import to *_bulk_import 2024-11-22 12:51:06 -05:00