Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.
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: datadesk/python-documentcloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BayCitizen/python-documentcloud
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.
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 9, 2011

  1. changed upload to support File-like objects (Django FileField, for in…

    …stance). Upload also uses an object instead of a file path
    shaneshifflett committed Jun 9, 2011
    Configuration menu
    Copy the full SHA
    d951b7f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2011

  1. ... oops

    shaneshifflett committed Jun 10, 2011
    Configuration menu
    Copy the full SHA
    433fed4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2011

  1. updated MultiPartPostHandler to fully support file like objects by lo…

    …oking for file attributes instead of descending from File and also using StringIO as a buffer instead of plain string (no unicode ascii issues no mo)
    shaneshifflett committed Jun 14, 2011
    Configuration menu
    Copy the full SHA
    e925ba3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2011

  1. Configuration menu
    Copy the full SHA
    f7fb3cb View commit details
    Browse the repository at this point in the history
  2. rm print statement

    shaneshifflett committed Jun 15, 2011
    Configuration menu
    Copy the full SHA
    83061be View commit details
    Browse the repository at this point in the history
Loading