pylance support for `AdminUserCreationForm`
bug
## What's wrong
<!--
pylance in vs code doesn't statically autocomplete import of : `AdminUserCreationForm` from `django.contrib.auth.forms`.
-->
## How is that should be
django-stub should incude that, so that pylance works.
## System information
- OS:
- `python` version: 3.12
- `django` version: 6.0.5
- `mypy` version: idk
- `django-stubs` version: idk
- `django-stubs-ext` version: idk
0 条评论