#9857: URLfield with verify_exists hangs if given an unresponsive URL -------------------------------+-------------------------------------------- Reporter: aptiko | Owner: nobody Status: new | Milestone: Component: Forms | Version: 1.0 Resolution: | Keywords: Stage: Accepted | Has_patch: 1 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 1 | -------------------------------+-------------------------------------------- Comment (by trbs):
I agree, also agree that the timeout setting (if there would be one) belongs at the URLField. Two suggestions for dealing with this ticket without having to wait for Python 2.6 to become the minimum version: 1) What about supporting this optionally on the URLField but only for Python 2.6 and higher ? I don't think something like this (feature which depends on python version) is done anywhere else in Django and for good reason I imaging. 2) What about adding this as a field in django-extensions ? A field with support for python2.6's timeout setting. This way users can get the variable timeout behavior by using django- extensions. It resolves the Django from looking further at this issue now and still gives a solution to people stuck with this problem who have no problem running python2.6. -- Ticket URL: <http://code.djangoproject.com/ticket/9857#comment:7> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---