Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Hippocrates/django-admin-async-upload
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BetterAngelsLA/django-admin-async-upload
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 14, 2024

  1. 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.
    Hippocrates committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    772a20d View commit details
    Browse the repository at this point in the history
  2. 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.
    Hippocrates committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    522c0e0 View commit details
    Browse the repository at this point in the history
  3. Change the logic for default chunk storage

    It should just default to whatever the field would be using in the first
    place.
    Hippocrates committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8552112 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from Hippocrates/fix_inline_added_filefields

    Fix inline added filefields
    vecchp authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    68926d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Add back storage config

    vecchp committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    7d36bff View commit details
    Browse the repository at this point in the history
  2. Cleanup

    vecchp committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    b1077de View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from BetterAngelsLA/pv-fix-storages-5.1

    Add back Django 5.1 storage config
    vecchp authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    474e596 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43cfb45 View commit details
    Browse the repository at this point in the history
  5. Fix env var

    vecchp committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    a92a4af View commit details
    Browse the repository at this point in the history
  6. Merge pull request jonatron#4 from BetterAngelsLA/pv-revert-fix

    Remove storage file and consolidate
    vecchp authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    cfa824d View commit details
    Browse the repository at this point in the history
Loading