issues Search Results · repo:codingjoe/django-s3file language:Python
Filter by
37 results
(74 ms)37 results
incodingjoe/django-s3file (press backspace or delete to remove)Hello,
I’ve been trying to integrate django-s3file into a Django project that involves dynamically generated forms within
formsets. Specifically, I use custom JavaScript to add extra forms to a formset ...
mfisco
- Opened on Dec 4, 2024
- #315
Django 4.2 introduced new STORAGES settings and handling storages, with Djagno 5.1 it is the only option.
According to documentation django-s3file doesn t seem to support this. Are there any plans adding ...
bug
PetrDlouhy
- 3
- Opened on Sep 26, 2024
- #307
Hey there, thank you for this useful project.
I m using django ==5.0.3 django-s3file ==5.5.5 django-storages ==1.14.2
I m using django-pictures with django-s3file to serve and store my images. I have ...
herrbenesch
- Opened on Mar 5, 2024
- #286
Hi,
what would be the easiest way to add the progress bar to the normal admin? I tried overwriting the
admin/widgets/clearable_file_input.html, but somehow Django refuses to load my version of that file. ...
kakulukia
- 2
- Opened on Apr 30, 2023
- #255
If you have an ImageField, and try to upload a non-image file, the POST request initiated by s3file.js to the S3 bucket
fails with a CORS error.
In Firefox, the error is Cross-Origin Request Blocked: ...
agsimmons
- 3
- Opened on Mar 29, 2023
- #254
In this commit, django-storages moved the clean_name function to storages.utils, but kept compatibility with the
self._clean_name invocation.
In this commit, support for the invocation of clean_name through ...
bug
dependencies
agsimmons
- Opened on Mar 27, 2023
- #251
With this simple setup:
direct_s3_storage = S3OptimizedUploadStorage()
class FileUpload(models.Model):
file = models.FileField(storage=direct_s3_storage)
class CsvUploadForm(ModelForm):
...
isik-kaplan
- Opened on Apr 17, 2022
- #213
Hiya,
5.5.0 made Python 3.9 or greater a requirement. I understand keeping up with latest versions, but I don t think this
codebase uses code that requires features in 3.9.
Python 3.8 is still commonly ...
enhancement
symroe
- 1
- Opened on Apr 14, 2022
- #212
Uncovered an interesting behaviour/bug? when uploading multiple files that have the same filename. Behaves as follows:
- From a file upload form with multiple set to True select 2 or more files with ...
bug
tunecrew
- 5
- Opened on Apr 11, 2022
- #210

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.