netbox/netbox/wireless
2022-02-09 16:24:10 -05:00
..
api Fixes #8140: Restore missing fields on wireless LAN & link REST API serializers 2021-12-22 10:55:06 -05:00
forms Enable the use of fieldsets on bulk edit forms 2022-02-04 09:59:53 -05:00
graphql Expose BaseObjectType and NetBoxObjectType for plugins 2022-02-04 15:07:35 -05:00
migrations Closes #8463: Change the created field on all change-logged models from date to datetime 2022-02-08 14:41:44 -05:00
tests Merge branch 'feature' into 3979-wireless 2021-10-21 13:19:52 -04:00
__init__.py Introduce the wireless app and SSID model 2021-10-12 12:48:36 -04:00
apps.py Reference WirelessLink on both attached Interfaces 2021-10-13 11:54:52 -04:00
choices.py Changelog & PEP8 cleanup for #7999 2021-12-20 14:17:52 -05:00
constants.py Add wireless authentication attributes 2021-10-20 10:58:15 -04:00
filtersets.py Closes #8453: Rename PrimaryModelFilterSet to NetBoxModelFilterSet & expose for plugins 2022-01-27 09:27:33 -05:00
models.py Rename PrimaryModel to NetBoxModel 2022-01-26 20:57:14 -05:00
signals.py Add tests for wireless 2021-10-20 13:34:39 -04:00
tables.py Split out NetBoxTable from BaseTable 2022-01-27 16:00:38 -05:00
urls.py #8334: Move object changelog & journaling to generic views 2022-02-09 16:24:10 -05:00
utils.py Store channel frequency & width as independent values 2021-10-15 11:39:53 -04:00
views.py Move configure_table() logic to NetBoxTable.configure() 2022-02-09 14:10:54 -05:00