netbox/netbox/wireless/api
Jason Novinger c0b019b735 Adds WirelessLANGroup.comments to all the required places
- [x] 1. Add the field to the model class
- [x] 2. Generate and run database migrations
- [NA] 3. Add validation logic to clean()
- [NA] 4. Update relevant querysets
- [x] 5. Update API serializer
- [x] 6. Add fields to forms
    - [x] wireless.forms.model_forms, create/edit (e.g. model_forms.py)
    - [x] wireless.forms.bulk_edit, bulk edit
    - [x] wireless.forms.bulk_import, CSV import
    - [NA] filter (UI and API)
- [x] 7. Extend object filter set
- [NA] 8. Add column to object table (Note: was already present)
- [x] 9. Update the SearchIndex
- [x] 10. Update the UI templates
- [x] 11. Create/extend test cases
    - [NA] models
    - [x] views
    - [NA] forms
    - [x] filtersets
    - [x] api
- [NA] 12. Update the model's documentation
2025-03-13 11:52:06 -05:00
..
serializers_ Adds WirelessLANGroup.comments to all the required places 2025-03-13 11:52:06 -05:00
__init__.py Introduce the wireless app and SSID model 2021-10-12 12:48:36 -04:00
serializers.py Closes #17143: Deprecate the use of dedicated nested API serializers 2024-08-15 08:00:33 -04:00
urls.py Clean up core API imports 2022-07-13 16:18:55 -04:00
views.py Closes #15087: Support for specifying a subset of API serializer fields (#15122) 2024-02-14 09:28:37 -05:00