﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33372	GISModelAdmin.gis_widget_kwargs cannot be used due to signature mismatch.	Nick Pope	Alexander Filimonov	"This issue was raised in https://github.com/django/django/pull/15207.

The problem is that the `gis_widget_kwargs` attribute of `GeoModelAdminMixin` is `**`-unpacked into `gis_widget` which is `OSMWidget` by default.

`OSMWidget` and `BaseGeometryWidget` have `.__init__(self, attrs=None)`, not `.__init__(self, **kwargs)`, so this is broken.

Marking as a release blocker as this is a bug in a new feature introduced in 4.0."	Bug	closed	GIS	4.0	Normal	invalid	gismodeladmin, gis_widget_kwargs	Claude Paroz	Unreviewed	0	0	0	0	1	0
