https://docs.djangoproject.com/en/3.0/ref/models/fields/#django.db.models.FileField.upload_to
--
Ticket URL: <https://code.djangoproject.com/ticket/31684>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Matthew Pava):
So I just discovered that this detail is documented in Storage.save(),
which is mentioned in the documentation for that method. So maybe this
isn't completely necessary, but it still feels like this documentation
could be improved here somewhat. But I also understand if we just mark
this as invalid.
--
Ticket URL: <https://code.djangoproject.com/ticket/31684#comment:1>