#37121: pylance unable to find `django.contrib.auth.forms.AdminUserCreationForm`
---------------------------+----------------------------------------
Reporter: JustBipin | Type: Bug
Status: new | Component: contrib.auth
Version: 6.0 | Severity: Normal
Keywords: import | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
---------------------------+----------------------------------------
all other objects in
django.contrib.auth.forms.py are properly detected by
pylance, but not AdminUserCreationform.
when i try to import the classes in this file, the editor gives me options
of all files except `AdminUserCreationForm` .
typing `admin` suggests `adminpasswordchangeform` but not
'adminusercreationfor
I'm sorry if my ticket is not following conventions or is not that
descriptive. I'm new to opensource, it seems particularly hard to issue
bugs in django.
I also don't know if it's a easy picking.
--
Ticket URL: <
https://code.djangoproject.com/ticket/37121>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.