#17825: ImproperlyConfigured: You must enable
'django.core.context_processors.request' in TEMPLATE_CONTEXT_PROCESSORS
-----------------------------------+--------------------------------------
     Reporter:  EvoTech            |                    Owner:  nobody
         Type:  Bug                |                   Status:  closed
    Component:  Testing framework  |                  Version:  1.4-beta-1
     Severity:  Release blocker    |               Resolution:  needsinfo
     Keywords:                     |             Triage Stage:  Accepted
    Has patch:  0                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+--------------------------------------
Changes (by carljm):

 * status:  new => closed
 * resolution:   => needsinfo


Comment:

 Replying to [comment:3 EvoTech]:
 > Carljm, thanks for answer.
 >
 > Are you sure, that issue in contrib.auth and not in
 django.test.utils.override_settings() logic?
 >
 > I'm afaide, that some yet another 3rd application can kill data from
 settings...

 I'm fairly sure `override_settings` is working as designed. It only
 overrides the settings for the duration of those tests, which is what it
 should do and is fine. It's not "killing data from settings" in any
 persistent way.

 But I just realized that much of my comments here are wrong and based on
 an insufficiently careful scan of the changeset. ``TEMPLATE_DIRS`` are of
 course overridden for those tests both before and after r17598. Given
 that, I no longer understand how r17598 could cause tests to fail in your
 project. So I'm closing this needsinfo - can you paste the failure you are
 seeing since r17598, and your project's settings file?

 Clearly time for me to quit for the night...

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17825#comment:4>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to