﻿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
9857	URLfield with verify_exists hangs if given an unresponsive URL	Antonis Christofides	Fabian Topfstedt	"Steps to reproduce:
  1. Create a model that contains a URLfield with verify_exists=True (the default), and make it adminable.
  2. In the Admin, create a new object and specify a URL whose server does not respond (it should leave your web browser in the ""Connecting to [server name] ..."" state).

Result: Django hangs. In my development environment, the Django development server hangs. In my production environment, I get a 500 Internal Server Error, apparently after SCGI times out while waiting for a response from Django."	New feature	closed	Forms	dev	Normal	fixed			Design decision needed	1	0	1	0	0	0
