#19353: Make it easier to extend UserCreationForm for custom user models
-------------------------------------+-------------------------------------
     Reporter:  bmispelon            |                    Owner:  nobody
         Type:  New feature          |                   Status:  new
    Component:  contrib.auth         |                  Version:
     Severity:  Normal               |  1.5-alpha-1
     Keywords:  UserCreationForm     |               Resolution:
  AUTH_USER_MODEL                    |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  1
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by dp_wiz):

 * cc: aenor.realm@… (added)


Comment:

 On a related note, i've added some fields to my subclass of AbstractUser
 and admin fieldset setting now complains about missing fields from the
 [change] form. The fix is to use get_user_model() in Meta too.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19353#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to