#19031: Add a warning that @override_settings may not work with DATABASES and
CACHES
-----------------------------------+------------------------------------
     Reporter:  jonash             |                    Owner:  joeri
         Type:  New feature        |                   Status:  assigned
    Component:  Testing framework  |                  Version:  1.4
     Severity:  Normal             |               Resolution:
     Keywords:                     |             Triage Stage:  Accepted
    Has patch:  1                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  1
Easy pickings:  1                  |                    UI/UX:  0
-----------------------------------+------------------------------------

Comment (by timo):

 Was looking into editing the pull request with my comments and noticed
 this causes the Django test suite to throw a warning because
 `django/contrib/sessions/tests.py` calls `@override_settings` with
 `CACHES`. Not sure how we should handle this, since it appears `CACHES`
 can apparently be overridden successfully, at least in some cases?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19031#comment:15>
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/064.937d85accfc2feb5d2c53b191366c869%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to