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 a075b0b commit a32d5c8Copy full SHA for a32d5c8
scripts/stubtest/allowlist.txt
@@ -390,3 +390,8 @@ django.urls.resolvers.URLPattern.lookup_str
390
django.urls.resolvers.URLResolver.url_patterns
391
django.urls.resolvers.URLResolver.urlconf_module
392
django.utils.connection.BaseConnectionHandler.settings
393
+
394
+# Keyword only in stubs
395
+django.db.models.(\w*)Field.__init__
396
+django.db.models.fields.(\w*)Field.__init__
397
+django.contrib.gis.db.models.(\w*)Field.__init__
0 commit comments