Changeset 3620
- Timestamp:
- 08/20/06 00:32:20 (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
r3601 r3620 218 218 219 219 3. All that will be stored in your database is a path to the file 220 (relative to ``MEDIA_ROOT``). You'll m ust likely want to use the220 (relative to ``MEDIA_ROOT``). You'll most likely want to use the 221 221 convenience ``get_<fieldname>_url`` function provided by Django. For 222 222 example, if your ``ImageField`` is called ``mug_shot``, you can get
