https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.FileField.upload_to
The docs make mention of the "url" attribute being MEDIA_ROOT + upload_to. I think whoever wrote it meant that the aforementioned is how the file name/path is determined, and that also MEDIA_URL + upload_to is used to make the "url" attribute.