Changeset 6007
- Timestamp:
- 08/25/07 13:48:32 (1 year ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r5860 r6007 345 345 ~~~~~~~~~~~~~~ 346 346 347 Like ` `FileField``, but validates that the uploaded object is a valid347 Like `FileField`_, but validates that the uploaded object is a valid 348 348 image. Has two extra optional arguments, ``height_field`` and 349 349 ``width_field``, which, if set, will be auto-populated with the height and
