﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27485	Allow ALLOWED_HOSTS to accept an IP-range / wildcard	Tom Turner	nobody	"Hi

Now that Django 1.10.3 forces ALLOWED_HOSTS on with debug I have a problem.

The problem is that when I developing I use an ip-address range of 192.168.1.*. 
The Ip-adress can change depending on the computer I use.

so I required the ability to add wildcard partly in an hostname.

ie 
{{{
ALLOWED_HOSTS = ['192.168.1.*', '.mydomain.com']
}}}


I have seen this solution that doesn't require Django to be changed however I don't like it as I feel this could be a secuirty issue

http://stackoverflow.com/questions/37031749/django-allowed-hosts-ips-range


I am happy to produce a patch however I will only do this if it's likely to get submitted"	New feature	closed	HTTP handling	1.10	Normal	wontfix	ALLOWED_HOSTS		Accepted	0	0	0	0	0	0
