We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f829f commit 57c2fa5Copy full SHA for 57c2fa5
pylint_django/tests/input/func_noerror_model_methods.py
@@ -20,3 +20,4 @@ class SomeModel(models.Model):
20
LAST = SomeModel.objects.last()
21
22
DB_RECORD, CREATED = SomeModel.objects.get_or_create(name='Tester')
23
+ EXCLUDED_IDS = [obj.pk for obj in SomeModel.objects.exclude(name__isnull=True)]
0 commit comments