Changes between Initial Version and Version 2 of Ticket #32437


Ignore:
Timestamp:
Feb 11, 2021, 4:20:51 PM (3 years ago)
Author:
Chris Jerdonek
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32437

    • Property Has patch set
    • Property Owner changed from nobody to Chris Jerdonek
    • Property Status newassigned
  • Ticket #32437 – Description

    initial v2  
    1111        ALLOWED_HOSTS={'append': cls.allowed_host},
    1212    )
     13    cls._live_server_modified_settings.enable()
    1314    ...
    1415    if cls.server_thread.error:
     
    1920}}}
    2021
    21 But `_tearDownClassInternal()` [https://github.com/django/django/blob/0963f184abd96800b76b19a6a181e1b544c7fafe/django/test/testcases.py#L1559-L1568 doesn't undo] the call to `modify_settings()`.
     22But `_tearDownClassInternal()` [https://github.com/django/django/blob/0963f184abd96800b76b19a6a181e1b544c7fafe/django/test/testcases.py#L1559-L1568 doesn't undo] the call to `cls._live_server_modified_settings.enable()`.
    2223
    2324I will post a PR shortly.
Back to Top