Django

Code

Ticket #8826 (closed: fixed)

Opened 2 years ago

Last modified 1 year ago

URLField links to the current website cause page loading problem when useing Django developing server.

Reported by: ruserious Assigned to: kkubasik
Milestone: 1.1 Component: Documentation
Version: SVN Keywords: URLField kkmegapatch
Cc: Triage Stage: Accepted
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Attachments

Change History

09/02/08 21:47:30 changed by mtredinnick

  • needs_better_patch changed.
  • needs_tests changed.
  • needs_docs changed.

Please provide some details about the problem you are reporting. It is not at all clear from the title what the issue is.

09/02/08 22:18:21 changed by mtredinnick

  • milestone deleted.

09/03/08 15:03:40 changed by russellm

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.

02/25/09 15:42:18 changed by jacob

  • stage changed from Unreviewed to Accepted.
  • component changed from Forms to Documentation.
  • milestone set to 1.1.

03/29/09 15:33:41 changed by kkubasik

  • owner changed from nobody to kkubasik.
  • status changed from new to assigned.

As a way to learn the django doc system. If there's no objection I'd like to document this.

03/30/09 10:05:25 changed by kkubasik

  • keywords changed from URLField to URLField kkmegapatch.

Doc in kevins megapatch

03/31/09 18:34:04 changed by jacob

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [10303]) A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #9529,


Add/Change #8826 (URLField links to the current website cause page loading problem when useing Django developing server.)




Change Properties
Action