-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: Hippocrates/django-admin-async-upload
base: master
head repository: BetterAngelsLA/django-admin-async-upload
compare: master
- 10 commits
- 5 files changed
- 3 contributors
Commits on Nov 14, 2024
-
Fix handling for inline-edit rows
The previous `formset:added` handler was referencing an undefined value (and seemed to just be an error in general). I've changed it to reference the target element and search as appropriate, and it seems to now properly allow inline added forms.
Configuration menu - View commit details
-
Copy full SHA for 772a20d - Browse repository at this point
Copy the full SHA 772a20dView commit details -
Change the 404 to a 204 response
Per https://github.com/23/resumable.js: If the request returns anything else, the chunk will be uploaded in the standard fashion. (It is recommended to return 204 No Content in these cases if possible to avoid unwarranted notices in browser consoles.) Thus this should avoid unneccessary error spew while uploading files.
Configuration menu - View commit details
-
Copy full SHA for 522c0e0 - Browse repository at this point
Copy the full SHA 522c0e0View commit details -
Change the logic for default chunk storage
It should just default to whatever the field would be using in the first place.
Configuration menu - View commit details
-
Copy full SHA for 8552112 - Browse repository at this point
Copy the full SHA 8552112View commit details -
Merge pull request #2 from Hippocrates/fix_inline_added_filefields
Fix inline added filefields
Configuration menu - View commit details
-
Copy full SHA for 68926d1 - Browse repository at this point
Copy the full SHA 68926d1View commit details
Commits on Nov 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d36bff - Browse repository at this point
Copy the full SHA 7d36bffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1077de - Browse repository at this point
Copy the full SHA b1077deView commit details -
Merge pull request #3 from BetterAngelsLA/pv-fix-storages-5.1
Add back Django 5.1 storage config
Configuration menu - View commit details
-
Copy full SHA for 474e596 - Browse repository at this point
Copy the full SHA 474e596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43cfb45 - Browse repository at this point
Copy the full SHA 43cfb45View commit details -
Configuration menu - View commit details
-
Copy full SHA for a92a4af - Browse repository at this point
Copy the full SHA a92a4afView commit details -
Merge pull request jonatron#4 from BetterAngelsLA/pv-revert-fix
Remove storage file and consolidate
Configuration menu - View commit details
-
Copy full SHA for cfa824d - Browse repository at this point
Copy the full SHA cfa824dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master