netbox/netbox/dcim/api
kkthxbye-code 8ef74192ec Implement a custom paginator for DeviceViewSet
Running count on the annotated query for loading config_context is slow. The custom paginator removes the annotation before getting the count.
2022-06-13 20:45:08 +02:00
..
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
exceptions.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
nested_serializers.py Initial work on #8118 2021-12-29 15:37:01 -05:00
serializers.py Fixes #9330: Add missing module_type field to REST API serializers for modular device component templates 2022-05-11 08:57:19 -04:00
urls.py Rename OrderedDefaultRouter to NetBoxRouter & document for plugins 2022-03-11 15:59:03 -05:00
views.py Implement a custom paginator for DeviceViewSet 2022-06-13 20:45:08 +02:00