Changeset 8071
- Timestamp:
- 07/25/08 06:21:21 (4 weeks ago)
- Files:
-
- django/trunk/docs/faq.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/faq.txt
r8045 r8071 426 426 427 427 #. All that will be stored in your database is a path to the file 428 (relative to ``MEDIA_ROOT``). You'll m ust likely want to use the428 (relative to ``MEDIA_ROOT``). You'll most likely want to use the 429 429 convenience ``get_<fieldname>_url`` function provided by Django. For 430 430 example, if your ``ImageField`` is called ``mug_shot``, you can get the
