Open Issues Need Help
View All on GitHubPEP-484 stubs for Django
AI Summary: This GitHub issue is a call to action for contributors to add type stubs for Django 6.0 APIs and changes to the `django-stubs` project. It notes that while the test suite is updated, most new APIs lack stub coverage, and encourages community members to open pull requests to address these gaps. The issue provides starting points like release notes and offers support to contributors who need guidance.
PEP-484 stubs for Django
PEP-484 stubs for Django
AI Summary: This GitHub issue proposes integrating `mypy_primer` into the CI pipelines for `django-stubs` and `djangorestframework-stubs`. The tool would run mypy on various projects before and after PR changes, reporting diffs to provide early visibility into potential type-checking breakage. A key challenge is that custom project definitions would be needed, as `mypy_primer`'s default projects do not use Django.
PEP-484 stubs for Django
PEP-484 stubs for Django
PEP-484 stubs for Django