#20915: Remove django.test.client dependency on django.contrib.auth (and
.sessions?)
------------------------------------------------+------------------------
               Reporter:  ramiro                |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  Testing framework     |        Version:  master
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 As outlined in #8713 (more precisely on comment:13:ticket:8713). This is
 action item 2.

 The Client methods call at some point the login(), logout(),
 authenticate() and get_user_model() functions from django.contrib.auth.

 Also, Client code checks for the presence of the 'django.contrib.sessions'
 string in INSTALLED_APPS in a couple of places. Not sure if this counts as
 a dependency.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20915>
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/049.575a9f0af11207bb897fe666ca91b0b0%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to