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: DataGreed/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: bit/django-async-upload
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 16 files changed
  • 3 contributors

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    c5c3267 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3cc7cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d558b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    bef1a48 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    b317fdc View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. use 204 instead of 404 if chunk does not exist

    sending 404 is considered an error in many layers of the stack.
    using http status code 304 avoids those warnings/errors in the  django backend and browser.
    204 is the recommended response code according to https://github.com/23/resumable.js
    bit committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e970ad3 View commit details
    Browse the repository at this point in the history
  2. Don't lookup instance if id is None

    ValueError: Field 'id' expected a number but got 'None'.
    bit committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1bc6594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80b0526 View commit details
    Browse the repository at this point in the history
  4. update links in setup

    bit committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    bd7f6ea View commit details
    Browse the repository at this point in the history
  5. release 4.0.1

    bit committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d23a192 View commit details
    Browse the repository at this point in the history
Loading