[contrib.auth] Fixed a bug with `User` instead of `get_user_model()`
Bugs fixed:
- In django/contrib/auth/forms.py, lines 224 and 284 changed the
model value from User to UserModel (get_user_model())
- In django/contrib/auth/forms.py, the import
from django.contrib.auth.models import User was removed
Change History
(3)
| Summary: |
[contrib.auth] → [contrib.auth] Fixed a bug with `User` instead of `get_user_model()`
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
| Triage Stage: |
Unreviewed → Accepted
|
| Easy pickings: |
unset
|
| Has patch: |
unset
|
| Resolution: |
fixed → duplicate
|
| Triage Stage: |
Accepted → Unreviewed
|
Thanks for the ticket, however, you cannot accept your own tickets. Secondly, tickets are not fixed when patch is not merged. Last by not least it is a duplicate of #28608.