typeddjango / django-stubs

PEP-484 stubs for Django
MIT License
1.52k stars 425 forks source link

db.models.sql.compiler.as_sql() return type #2213

Open psam44 opened 1 month ago

psam44 commented 1 month ago

What's wrong

The return type of as_sql(), set as _AsSqlType, results to tuple[str, list[str | int]]

How is that should be

It should be tuple[str, tuple[Any, ...]]

System information