Changeset 746
- Timestamp:
- 09/30/05 11:39:05 (3 years ago)
- Files:
-
- django/trunk/docs/db-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/db-api.txt
r691 r746 525 525 ------------- 526 526 527 For every ``FileField``, the object will have a ``get_FOO_ filename()`` method,527 For every ``FileField``, the object will have a ``get_FOO_url()`` method, 528 528 where ``FOO`` is the name of the field. This returns the full URL to the file, 529 529 according to your ``MEDIA_URL`` setting. If the value is blank, this method
