Write a model that have a field that have upload_to=upload_to_function
It will cause that the complete url seems like:
/MEDIA_ROOTmodelname/file.ext #clearly you see there is a slash (/)
missing.
Go to the admin and try to add a new object for the model that calls to
upload_to_function you created
on django 1.3 you'll got:
SuspiciousOperation at /admin/app/model/add/
Attemped access to '/BASE_PATH/mediafolderfile.ext' denied
on django 1.6.5 you'll got
Bad Request (400)
Definitively it is impossible to figure out what is causing the error on
django 1.6.5
--
Ticket URL: <https://code.djangoproject.com/ticket/22706>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => duplicate
* needs_tests: => 0
* needs_docs: => 0
Comment:
Duplicate of #21668. I've made a note of your experience there, thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/22706#comment:1>