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: maryokhin/django-rest-framework-oauth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jpadilla/django-rest-framework-oauth
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.
  • 19 commits
  • 13 files changed
  • 5 contributors

Commits on Dec 2, 2014

  1. Fixed typo

    maryokhin committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    a849ebb View commit details
    Browse the repository at this point in the history
  2. Merge pull request jpadilla#5 from maryokhin/patch-1

    Fixed typo
    jpadilla committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    93fe16d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2014

  1. Update setup.py

    jpadilla committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    f26dcc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. using compat from this package

    Since relevant compat.py contents were copied to to this repo and removed from drf 3.1.
    mochawich committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    c251fb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. Merge pull request jpadilla#7 from mochawich/drf-3.1

    using compat from this package
    jpadilla committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    7b45a5b View commit details
    Browse the repository at this point in the history
  2. Use relative imports

    jpadilla committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    fb90803 View commit details
    Browse the repository at this point in the history
  3. Update tox.ini

    jpadilla committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    6d8dae8 View commit details
    Browse the repository at this point in the history
  4. Update .travis.yml

    jpadilla committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    7e8cf80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c969b51 View commit details
    Browse the repository at this point in the history
  6. Update permissions.py

    jpadilla committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    21b1ebb View commit details
    Browse the repository at this point in the history
  7. Update __init__.py

    jpadilla committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    64e1699 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. Use shields.io

    jpadilla committed May 27, 2015
    Configuration menu
    Copy the full SHA
    9989d20 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jpadilla committed May 27, 2015
    Configuration menu
    Copy the full SHA
    0c5ee29 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Make OAuth packages optional

    In most cases, only one OAuth package is necessary.
    Renzo Lucioni committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    b6cf728 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Merge pull request jpadilla#12 from rlucioni/renzo/optional-packages

    Make OAuth packages optional
    jpadilla committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    951cc69 View commit details
    Browse the repository at this point in the history
  2. Rename requirements-test.txt

    jpadilla committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    b97d1e6 View commit details
    Browse the repository at this point in the history
  3. Bump up version

    jpadilla committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    a25ab12 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Set LICENSE to BSD-3-Clause

    jayvdb authored Apr 10, 2019
    Configuration menu
    Copy the full SHA
    9658ae9 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. Merge pull request jpadilla#14 from jayvdb/patch-1

    Set LICENSE to BSD-3-Clause
    jpadilla authored Apr 13, 2019
    Configuration menu
    Copy the full SHA
    e319b31 View commit details
    Browse the repository at this point in the history
Loading