netbox/netbox/circuits
Jeremy Stretch f55e966c8f
Closes #4865: Replace all Count() annotations with subqueries (#5385)
* Convert circuits to use subqueries

* Convert dcim to use subqueries

* Convert extras to use subqueries

* Convert ipam to use subqueries

* Convert secrets to use subqueries

* Convert virtualization to use subqueries

* Update global search view to use subqueries where appropriate

* Remove extraneous order_by() calls
2020-11-25 15:49:18 -05:00
..
api Closes #4865: Replace all Count() annotations with subqueries (#5385) 2020-11-25 15:49:18 -05:00
migrations Convert NullBooleanField to BooleanField(null=True) 2020-07-16 11:56:35 -04:00
tests Merge branch 'develop' into develop-2.9 2020-08-13 10:20:39 -04:00
__init__.py Fixes #817: Update last_updated time of a circuit when editing a child termination 2017-01-23 15:31:41 -05:00
apps.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
choices.py Closes #4857: Drop support for legacy numeric choice field values 2020-07-15 16:54:33 -04:00
filters.py Remove restriction enforcement from RestrictedQuerySet 2020-07-23 12:48:03 -04:00
forms.py Closes #5307: Add a region selector for every site form field 2020-11-04 15:27:41 -05:00
models.py Remove restriction enforcement from RestrictedQuerySet 2020-07-23 12:48:03 -04:00
querysets.py Implement RestrictedQuerySet as a manager 2020-05-29 16:27:36 -04:00
signals.py Remove restriction enforcement from RestrictedQuerySet 2020-07-23 12:48:03 -04:00
tables.py Address some of the django_tables2 deprecation warnings 2020-07-16 16:52:45 -04:00
urls.py #4416: Add individual delete views for organizational objects 2020-07-01 12:08:26 -04:00
views.py Closes #4865: Replace all Count() annotations with subqueries (#5385) 2020-11-25 15:49:18 -05:00