#20032: Allow override_settings to delete settings
--------------------------------------+--------------------
     Reporter:  coolRR                |      Owner:  nobody
         Type:  Cleanup/optimization  |     Status:  new
    Component:  Testing framework     |    Version:  master
     Severity:  Normal                |   Keywords:
 Triage Stage:  Unreviewed            |  Has patch:  0
Easy pickings:  0                     |      UI/UX:  0
--------------------------------------+--------------------
 `override_settings` is used to change settings' values. Sometimes you want
 to delete a setting (not just set it to an empty value), and then have it
 restored later. `override_settings` should be able to do this, probably by
 using some kind of constant like `DELETE_FROM_SETTINGS` as the value given
 to it.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20032>
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].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to