#32287: AUTH_USER_MODEL does not allow the User to be from an app that has a 
label
with a '.' in it.
---------------------------------+--------------------------------------
     Reporter:  Suyog Soti       |                    Owner:  nobody
         Type:  Bug              |                   Status:  closed
    Component:  contrib.auth     |                  Version:  master
     Severity:  Normal           |               Resolution:  invalid
     Keywords:  AUTH_USER_MODEL  |             Triage Stage:  Unreviewed
    Has patch:  0                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+--------------------------------------
Changes (by Mariusz Felisiak):

 * status:  new => closed
 * resolution:   => invalid
 * easy:  1 => 0


Comment:

 `AppConfig.label` must be a valid Python identifier, it cannot contain
 dots, see
 
[https://docs.djangoproject.com/en/3.1/ref/applications/#django.apps.AppConfig.label
 docs].

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32287#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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.0b3fe82fae4675dcf52a35bb9fe91bc6%40djangoproject.com.

Reply via email to