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 2f4fc14 commit 2b77f23Copy full SHA for 2b77f23
scripts/stubtest/allowlist.txt
@@ -268,3 +268,9 @@ django.contrib.gis.db.backends.base.features.BaseSpatialFeatures.unsupported_geo
268
# Django uses a `*args` parameter but crash if it contains more than 1 element.
269
django.http.QueryDict.pop
270
django.http.request.QueryDict.pop
271
+
272
+# Django incorrectly decorates this with `@classmethod`.
273
+django.test.selenium.SeleniumTestCase.__init_subclass__
274
275
+# Django incorrectly uses a signature of `(self, *args, **kwargs)` when it should be `(self)`.
276
+django.forms.renderers.Jinja2DivFormRenderer.__init__
0 commit comments