#28757: Using forms of contrib.auth without installing contrib.auth
---------------------------------+--------------------------------------
     Reporter:  Sagar Chalise    |                    Owner:  nobody
         Type:  New feature      |                   Status:  new
    Component:  contrib.auth     |                  Version:  1.11
     Severity:  Normal           |               Resolution:
     Keywords:  auth forms apps  |             Triage Stage:  Unreviewed
    Has patch:  0                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+--------------------------------------

Comment (by Sagar Chalise):

 Basically, I am using custom user model which avoids both groups and
 permissions. I could easily use Authentication as well as Password related
 forms but seems the forms.py directly imports User from
 contrib.auth.models
 https://github.com/django/django/blob/master/django/contrib/auth/forms.py#L10.
 Which seems to enforce me to install contrib.auth package.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28757#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/070.f5313b589e8afa07c0c926525df965f6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to