netbox/netbox/circuits
Kim Johansson 6a191ab466 Prefetch Tenant Group on user configurable tables
Prefetch the Tenant Group in views which allows its table to be configured
by the user. This decreases the amount of database queries that are required
to fetch the data.
2022-07-10 17:17:56 +02:00
..
api Closes #8496: Enable assigning multiple ASNs to a provider 2022-03-30 17:17:36 -04:00
forms Add contact_group to ContactModelFilterSet 2022-05-14 17:48:37 +02:00
graphql Expose BaseObjectType and NetBoxObjectType for plugins 2022-02-04 15:07:35 -05:00
migrations Ensure legacy data checks run before other migrations 2022-04-05 15:56:21 -04:00
models Closes #8496: Enable assigning multiple ASNs to a provider 2022-03-30 17:17:36 -04:00
tables Replace TenantColumn with new TenancyColumnsMixin 2022-07-10 15:13:48 +02:00
tests Closes #8496: Enable assigning multiple ASNs to a provider 2022-03-30 17:17:36 -04:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
choices.py Closes #8779: Enable the use of ChoiceSet by plugins 2022-03-02 11:43:28 -05:00
filtersets.py Closes #8496: Enable assigning multiple ASNs to a provider 2022-03-30 17:17:36 -04:00
signals.py Fixes #7643: Fix circuit assignment when creating multiple terminations simultaneously 2021-10-27 10:02:36 -04:00
urls.py Fixes #8792: Fix creation of circuit terminations via UI 2022-03-03 16:42:48 -05:00
views.py Prefetch Tenant Group on user configurable tables 2022-07-10 17:17:56 +02:00