Ticket #1639: model-api-docs.patch
File model-api-docs.patch, 540 bytes (added by , 19 years ago) |
---|
-
docs/model-api.txt
286 286 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 292 292 1. In your settings file, you'll need to define ``MEDIA_ROOT`` as the