netbox/netbox/wireless
Arthur Hanson 97a37576fc
14953 fix serializers when using add_related_count (#16158)
* 14953 fix serializers when using add_related_count

* 14953 update comments

* Set default=0 for annotated count fields

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-17 15:50:39 -04:00
..
api 14953 fix serializers when using add_related_count (#16158) 2024-05-17 15:50:39 -04:00
forms Merge branch 'develop' into feature 2024-04-22 13:23:42 -04:00
graphql 15553 change graphql sub-queries from functions to types (#15557) 2024-03-29 14:54:31 -04:00
migrations Squash migrations 2024-01-25 12:35:04 -05:00
tables Closes #13150: Wrap table column headers with gettext() 2023-07-31 14:35:28 -04:00
tests Add missing filters for reverse many-to-many relationships 2024-03-11 14:39:34 -04:00
__init__.py Introduce the wireless app and SSID model 2021-10-12 12:48:36 -04:00
apps.py Closes #15042: Move model registration logic to AppConfigs (#15203) 2024-02-21 14:22:13 -05:00
choices.py Closes #13279: Wrap choice labels with gettext() 2023-07-31 17:31:07 -04:00
constants.py Add wireless authentication attributes 2021-10-20 10:58:15 -04:00
filtersets.py Declare FilterSet fields as a tuple 2024-03-12 12:08:11 -04:00
models.py Closes #14141: translation cleanup (#14143) 2023-10-30 13:38:03 -04:00
search.py Closes #14134: Display additional object attributes in global search results (#14154) 2023-11-09 16:21:09 -05:00
signals.py Remove link peer fields from cable termination models 2022-06-01 16:48:56 -04:00
urls.py Closes #10608: Register all core model views using register_model_view() 2022-10-07 17:17:58 -04:00
utils.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
views.py Move count_related() & dict_to_filter_params() to utilities.query 2024-03-22 08:59:52 -04:00