Ticket #4406: 4406.diff
File 4406.diff, 446 bytes (added by , 17 years ago) |
---|
-
docs/model-api.txt
=== modified file 'docs/model-api.txt'
445 445 the URL given will be checked for existence (i.e., the URL actually loads 446 446 and doesn't give a 404 response). 447 447 448 Accepts the same parameters of a ``CharField``, including ``maxlength``. 449 448 450 The admin represents this as an ``<input type="text">`` (a single-line input). 449 451 450 452 ``USStateField``