#29019: createsuperuser crashes if a ManyToManyField is in REQUIRED_FIELDS
------------------------------+------------------------------------
     Reporter:  James Kirsop  |                    Owner:  nobody
         Type:  Bug           |                   Status:  new
    Component:  contrib.auth  |                  Version:  2.0
     Severity:  Normal        |               Resolution:
     Keywords:  user custom   |             Triage Stage:  Accepted
    Has patch:  0             |      Needs documentation:  0
  Needs tests:  0             |  Patch needs improvement:  0
Easy pickings:  0             |                    UI/UX:  0
------------------------------+------------------------------------

Comment (by Sergey Yurchenko):

 REQUIRED_FIELDS is field special for createsuperuser command.
 
[https://docs.djangoproject.com/en/2.0/topics/auth/customizing/#django.contrib.auth.models.CustomUser.REQUIRED_FIELDS]

 In your forms or API this field would be still required if you remove it
 from REQUIRED_FIELDS
 I don`t think there is a good way to set m2m fields during creation if
 superuser

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29019#comment:2>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.390f7356c87f0bd34a87e9314871f6f0%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to