Changes between Initial Version and Version 1 of Ticket #27012


Ignore:
Timestamp:
Aug 3, 2016, 6:13:00 PM (8 years ago)
Author:
Chris Jerdonek
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27012 – Description

    initial v1  
    99}}}
    1010
     11This function is used in the test: test_client_regress.tests.ContextTests.test_nested_requests.
     12
    1113This causes pre-test setting values like `_original_email_backend` and `_original_allowed_hosts` to be wiped out because these values are overwritten by the test values when `setup_test_environment()` is called a second time (see [https://github.com/django/django/blob/5c63b3e5a797102d915e1683971517f747a28013/django/test/utils.py#L97 here] for `setup_test_environment()`).
Back to Top