#8826 closed (fixed)
URLField links to the current website cause page loading problem when useing Django developing server.
Reported by: | ruserious | Owned by: | Kevin Kubasik |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | URLField kkmegapatch | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Change History (8)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
milestone: | 1.0 |
---|
comment:3 by , 16 years ago
I think I can fill in the blanks here - if you have a URLField that is validating, and you are using the development server, and you submit a URL to the URLfield that is served by the development server, you will get a deadlock because the post accepting the URLfield data will lock the server, preventing the URLfield from being validated because the request that validates the URL field cannot be served.
This is one of those edge cases that would be fixed by making the development server multithreaded. However, it is very much an edge case; IMHO, it's worth documenting as an unfortunate edge case, but doesn't really require a fix.
comment:4 by , 16 years ago
Component: | Forms → Documentation |
---|---|
milestone: | → 1.1 |
Triage Stage: | Unreviewed → Accepted |
comment:5 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
As a way to learn the django doc system. If there's no objection I'd like to document this.
comment:7 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Please provide some details about the problem you are reporting. It is not at all clear from the title what the issue is.