Changeset 2704
- Timestamp:
- 04/15/06 15:19:40 (3 years ago)
- Files:
-
- django/branches/magic-removal/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/magic-removal/docs/model-api.txt
r2697 r2704 287 287 The admin represents this as an ``<input type="file">`` (a file-upload widget). 288 288 289 Using a ``FileField` or an ``ImageField`` (see below) in a model takes a few289 Using a ``FileField`` or an ``ImageField`` (see below) in a model takes a few 290 290 steps: 291 291
