-
-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GeoModelAdminMixin #1982
base: master
Are you sure you want to change the base?
Add GeoModelAdminMixin #1982
Conversation
Should it be ignored?
|
I propose to ignore it for now with a comment (in |
@q0w you need |
Oh, ok, its reproducible |
@@ -394,3 +394,6 @@ django.urls.resolvers.URLPattern.lookup_str | |||
django.urls.resolvers.URLResolver.url_patterns | |||
django.urls.resolvers.URLResolver.urlconf_module | |||
django.utils.connection.BaseConnectionHandler.settings | |||
|
|||
# Potential mypy bug with metaclass | |||
django.contrib.gis.admin.options.GeoModelAdminMixin.gis_widget |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also might be a bug with our plugin. Can you please try with and without ClassVar
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In both cases it fails
e9c0ded
to
dcfa42e
Compare
This reverts commit dcfa42e.
7125a99
to
c78ef2c
Compare
Assigned to @sobolevn. If you don't want to lead the review here, feel free to unassign yourself. |
I have made things!
https://github.com/django/django/blob/main/django/contrib/gis/admin/options.py#L6
Related issues