#22627 closed Uncategorized (invalid)
Error when adding a new user through the admin and using custom user model.
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Uncategorized | Version: | 1.6 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I see a programming error when adding a user through the admin and using a custom user model. I believe this is caused in contrib/auth/forms.py on line 98 referring the auth.user model and not the custom user model.
Change History (2)
comment:1 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Resolution: | wontfix → invalid |
---|
Note:
See TracTickets
for help on using tickets.
This is a duplicate of #20086 and #21407, which were closed as invalid.
The user creation form is working as documented. It depends on the user model, and must be re-written for any custom model.