Changeset 940
- Timestamp:
- 10/18/05 10:59:06 (3 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
r887 r940 250 250 The admin represents this as an ``<input type="file">`` (a file-upload widget). 251 251 252 Using a ` FieldField` or an ``ImageField`` (see below) in a model takes a few252 Using a ``FileField` or an ``ImageField`` (see below) in a model takes a few 253 253 steps: 254 254
