Ticket #12271: 12271.diff

File 12271.diff, 704 bytes (added by Tim Graham, 14 years ago)
  • docs/ref/models/fields.txt

     
    739739    If ``True`` (the default), the URL given will be checked for existence
    740740    (i.e., the URL actually loads and doesn't give a 404 response). It should
    741741    be noted that when using the single-threaded development server, validating
    742     a url being serverd by the same server will hang.
     742    a url being served by the same server will hang.
    743743    This should not be a problem for multithreaded servers.
    744744
    745745The admin represents this as an ``<input type="text">`` (a single-line input).
Back to Top