I need it to make files uploaded by a user not accessible by other users
(without a special permission).
I realize this requires massive changes in Django API. Particularly, we
need to associate a user (or a session) with every ModelForm (in order
that the `save()` method could be able to behave differently for different
users.
It also requires changes in storage API itself.
Please discuss the details of the API.
--
Ticket URL: <https://code.djangoproject.com/ticket/27786>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
What you describe are the general requirements of your application. We are
not going to specifically tailor Django to your needs.
However, if you can describe a generic use case which might require some
change in Django itself, feel free to discuss it on mailing lists, then
create a ticket with the proposal if you can get some common agreement on
that new feature.
--
Ticket URL: <https://code.djangoproject.com/ticket/27786#comment:1>