FileField documentation still mentions get_<fieldname>_url
model-api.txt still reads:
All that will be stored in your database is a path to the file (relative to MEDIA_ROOT). You’ll most likely want to use the convenience get_<fieldname>_url function provided by Django. For example, if your ImageField is called mug_shot, you can get the absolute URL to your image in a template with {{ object.get_mug_shot_url }}.
where it should mentions object.<fieldname>.url
Change History
(4)
Has patch: |
set
|
milestone: |
→ 1.0
|
Owner: |
changed from nobody to Jacob
|
Status: |
new → assigned
|
Triage Stage: |
Unreviewed → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Fixed in r8335.