--
Ticket URL: <https://code.djangoproject.com/ticket/27873>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Chris Lamb):
https://github.com/django/django/pull/8101
--
Ticket URL: <https://code.djangoproject.com/ticket/27873#comment:1>
* component: Uncategorized => Testing framework
* needs_tests: 0 => 1
* stage: Unreviewed => Accepted
* type: Uncategorized => Bug
* severity: Normal => Release blocker
Old description:
> We previously let ALLOWED_HOSTS to be a tuple but 17e6616 (re. #26666)
> regressed on this.
New description:
We previously let ALLOWED_HOSTS to be a tuple but [17e6616] (re. #26666)
regressed on this.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/27873#comment:2>
Comment (by Chris Lamb):
[https://github.com/django/django/pull/8101 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/27873#comment:3>
* needs_tests: 1 => 0
Comment:
[https://github.com/django/django/pull/8101#issuecomment-282192871 PR
updated with tests]
--
Ticket URL: <https://code.djangoproject.com/ticket/27873#comment:4>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"339d526d55baffea3bd3cecd0e07ddf644028e8c" 339d526d]:
{{{
#!CommitTicketReference repository=""
revision="339d526d55baffea3bd3cecd0e07ddf644028e8c"
Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_HOSTS
is a tuple.
Regression in 17e661641ddaf8266e7430d83cfb2039abc55df7
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27873#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"5a85f2ca5fc3c4292cd1b147198d75d0f141fd71" 5a85f2c]:
{{{
#!CommitTicketReference repository=""
revision="5a85f2ca5fc3c4292cd1b147198d75d0f141fd71"
[1.11.x] Fixed #27873 -- Fixed crash in setup_test_environment() if
ALLOWED_HOSTS is a tuple.
Regression in 17e661641ddaf8266e7430d83cfb2039abc55df7
Backport of 339d526d55baffea3bd3cecd0e07ddf644028e8c from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27873#comment:6>