Rafael Vasquez
Rafael Vasquez
Any progress on this?
> Update: it looks like the best workaround is to send Cache-Control: no-store, max-age=0 in the header. For example, I have a Django middleware like this: > > ``` >...
Hello guys, this PR is something I would like to use in a current project I'm working on, what would it require to be merged? just some tests?
Could you please give me a brief explanation on what the `fields.py/MoneyFieldProxy` class does? because I don't see an explicit use for it but noticed that @benjaoming created an extended...
> @MRigal after lots of research, you can change the storage to S3 with this library. https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html. And it works normally, then ImageField uploads the file to the cloud and...
You should label this as a bug, because it is...I've been struggling because of this issue as well...
This could be an issue with the django side of the implementation, if the request the edit button fires ends up in a 500 error or doesn't return any content...