#37121 new Bug

pylance unable to find `django.contrib.auth.forms.AdminUserCreationForm`

Reported by: JustBipin Owned by:
Component: contrib.auth Version: 6.0
Severity: Normal Keywords: import
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top