Skip to content

Commit 2b77f23

Browse files
committed
Silence some more unfixable things
In the case of `Jinja2DivFormRenderer.__init__` - it will be gone come Django 6.0 anyway when we can just remove this ignore.
1 parent 2f4fc14 commit 2b77f23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/stubtest/allowlist.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,3 +268,9 @@ django.contrib.gis.db.backends.base.features.BaseSpatialFeatures.unsupported_geo
268268
# Django uses a `*args` parameter but crash if it contains more than 1 element.
269269
django.http.QueryDict.pop
270270
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

Comments
 (0)