#14105: django.contrib.auth tests failing with cache middleware
-----------------------------------+----------------------------------------
          Reporter:  baumer1122    |         Owner:  PaulM
            Status:  assigned      |     Milestone:       
         Component:  Contrib apps  |       Version:  1.2  
        Resolution:                |      Keywords:       
             Stage:  Accepted      |     Has_patch:  0    
        Needs_docs:  0             |   Needs_tests:  0    
Needs_better_patch:  0             |  
-----------------------------------+----------------------------------------
Comment (by PaulM):

 Further investigation suggests that it's not a problem with the order of
 the middleware classes.

 The final failure on the test run seems to be caused by
 `django.contrib.auth.views.password_reset_confirm()` not being properly
 decorated with @never_cache.

 I'm still investigating the `response.context` issue, but I believe that
 the cache is bypassing part of the test runner.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14105#comment:3>
Django <http://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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to