Skip to content
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

model.Meta is unrecognized in the latest version #279

Open
tylerlaprade opened this issue Dec 16, 2024 · 0 comments
Open

model.Meta is unrecognized in the latest version #279

tylerlaprade opened this issue Dec 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tylerlaprade
Copy link

tylerlaprade commented Dec 16, 2024

I did not have this problem in 0.19.1. After upgrading to 0.20.0, the below code errors on model.Meta

from typing import TYPE_CHECKING

if TYPE_CHECKING:
    from django.db.models import Model

def foo(model: type['Model']):
    model.Meta    # Cannot access attribute "Meta" for class "type[Model]". Attribute "Meta" is unknownPylance[reportAttributeAccessIssue]
@sbdchd sbdchd added the bug Something isn't working label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants