1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #3094: Remove NullsFirstQuerySet

This commit is contained in:
Jeremy Stretch
2019-04-19 20:59:07 -04:00
parent 46b3512c45
commit e4c06700bb
4 changed files with 22 additions and 36 deletions

View File

@ -1,7 +1,7 @@
from utilities.sql import NullsFirstQuerySet
from django.db.models import QuerySet
class PrefixQuerySet(NullsFirstQuerySet):
class PrefixQuerySet(QuerySet):
def annotate_depth(self, limit=None):
"""