Changes between Initial Version and Version 1 of Ticket #27012
- Timestamp:
- Aug 3, 2016, 6:13:00 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27012 – Description
initial v1 9 9 }}} 10 10 11 This function is used in the test: test_client_regress.tests.ContextTests.test_nested_requests. 12 11 13 This 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()`).