Changeset 5459
- Timestamp:
- 06/11/07 06:19:43 (2 years ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r5435 r5459 447 447 448 448 The admin represents this as an ``<input type="text">`` (a single-line input). 449 450 ``URLField`` takes an optional argument, ``maxlength``, the maximum length (in 451 characters) of the field. The maxlength is enforced at the database level and 452 in Django's validation. If you don't specify ``maxlength``, a default of 200 453 is used. 449 454 450 455 ``USStateField``
