netbox/netbox/tenancy
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 Use FieldSet instances for all forms 2024-03-19 13:34:13 -04:00
graphql 15553 change graphql sub-queries from functions to types (#15557) 2024-03-29 14:54:31 -04:00
migrations Rename ContactAssignment.content_type to object_type 2024-03-04 08:33:44 -05:00
models Rename ContactAssignment.content_type to object_type 2024-03-04 08:33:44 -05:00
tables Rename ContactAssignment.content_type to object_type 2024-03-04 08:33:44 -05:00
tests Closes #15383: Standardize filtering logic for the parents of recursively-nested models 2024-03-11 13:27:57 -04:00
__init__.py Initial multitenancy implementation 2016-07-26 14:58:37 -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
filtersets.py 9856 Replace graphene with Strawberry (#15141) 2024-03-22 12:56:30 -04:00
search.py Closes #14134: Display additional object attributes in global search results (#14154) 2023-11-09 16:21:09 -05:00
urls.py Adds contact assignment bulk import (#13109) 2023-07-28 09:23:22 -04:00
views.py Move utilities.utils.get_related_models() to utilities.relations 2024-03-22 08:59:52 -04:00