Michal Dabski
Michal Dabski
I have the same issue with default FileStorage in development. I serve thumbnail image using `django-downloadview==2.1.1` and if thumbnail file does not exist yet and is generated, the view crashes....
I think this is resolved now?
@dvl Django works around it by showing link to uploaded file under the input.
I am having the same issue without `django-test-without-migrations` librart. My project uses `MIGRATE=False` option built into Django: https://docs.djangoproject.com/en/3.2/ref/settings/#migrate Tests fail with this setting. Models can be moved between apps. A...
The linked Pull Request fixes the issue for me in django 2.2. I have not tested other Django versions, but `show_hidden_initial` and implementetion of field render is the same in...
No @celyes, I don't understand the code of this library well enough to contribute. I worked around the issue by not using a Subquery for now.
I also propose removing the confusing HISTORY file as it duplicates CHANGELOG and does not appear to be maintained.
Yes, sounds good
You can push to your own form and make a pull request to my repository from yours
This should be fixed in the new version 0.5. The app will go back to root if folder doesn't exist.