We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa81f1 commit 808db8cCopy full SHA for 808db8c
netbox/extras/models/tags.py
@@ -83,3 +83,6 @@ class Meta:
83
indexes = [models.Index(fields=["content_type", "object_id"])]
84
verbose_name = _('tagged item')
85
verbose_name_plural = _('tagged items')
86
+ # Note: while there is no ordering applied here (because it would basically be done on fields
87
+ # of the related `tag`), there is an ordering applied to extras.api.views.TaggedItemViewSet
88
+ # to allow for proper pagination.
0 commit comments