1
in django 1.7 many changes occurred in the QuerySet / Manager implementation. Have you tried ?
Interface.objects.filter(gwportprefix_set__isnull=False)
Source:stackexchange.com
1
in django 1.7 many changes occurred in the QuerySet / Manager implementation. Have you tried ?
Interface.objects.filter(gwportprefix_set__isnull=False)