﻿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
28941	testserver crashes due to runserver shutdown_message option	peter-rci	Tim Graham	"I believe the testserver command cannot be used at all in Django 2.0. Here are lines 47-54 from testserver.py:

{{{
        call_command(
            'runserver',
            addrport=options['addrport'],
            shutdown_message=shutdown_message,
            use_reloader=False,
            use_ipv6=options['use_ipv6'],
            use_threading=use_threading
        )
}}}

Removing the `shutdown_message=shutdown_message` line fixes the problem."	Bug	closed	Testing framework	2.0	Release blocker	fixed	testserver		Accepted	1	0	0	0	1	0
