Ticket #4406: 4406.diff

File 4406.diff, 446 bytes (added by Marc Fargas <telenieko@…>, 17 years ago)

docs.

  • docs/model-api.txt

    === modified file 'docs/model-api.txt'
     
    445445the URL given will be checked for existence (i.e., the URL actually loads
    446446and doesn't give a 404 response).
    447447
     448Accepts the same parameters of a ``CharField``, including ``maxlength``.
     449
    448450The admin represents this as an ``<input type="text">`` (a single-line input).
    449451
    450452``USStateField``
Back to Top