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: sunscrapers/djoser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.3
Choose a base ref
...
head repository: sunscrapers/djoser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.0
Choose a head ref
  • 18 commits
  • 26 files changed
  • 5 contributors

Commits on Dec 4, 2018

  1. fix logout Anonymos user

    ckkz-it authored Dec 4, 2018
    Configuration menu
    Copy the full SHA
    46f9d7e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Add signals documentation

    hawi74 committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    29fcd6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fdcd7a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Merge pull request #328 from hawi74/signals_docs

    Add signals documentation
    dekoza authored Dec 7, 2018
    Configuration menu
    Copy the full SHA
    6077184 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #305 from joshua-s/issue-302

    Use django-rest-framework-simplejwt instead of django-rest-framework-jwt
    dekoza authored Dec 7, 2018
    Configuration menu
    Copy the full SHA
    d52d4ae View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. Switch to 3.7 from 3.7-dev

    Python 3.7 is now officially supported within Travis CI, so we no longer need to use the development version.
    kevin-brown committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    609ec75 View commit details
    Browse the repository at this point in the history
  2. No longer specify Django version in envrionment

    tox-travis will run each Tox configuration for the Python version that it detects, so we don't need to specify the Django versions.
    
    This also removes the "fast finish" setting since we are no longer running a large matrix of builds, so it wont have much effect.
    kevin-brown committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    45a3b32 View commit details
    Browse the repository at this point in the history
  3. Adjustments to get Python 3.7 running

    These changes are required since sudo is required for Python 3.7 (for now) and it is only supported on Xenial. Luckily, all of the versions of Python we are testing on works with Xenial.
    kevin-brown committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    06f8550 View commit details
    Browse the repository at this point in the history
  4. Test on DRF 3.9

    kevin-brown committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    8b99145 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1a4ae0 View commit details
    Browse the repository at this point in the history
  6. Run Travis tests on Python 2.7 and Python 3.4

    These versions are supported according to the settings, so let's make sure they are actually supported by running the tests automatically on them.
    kevin-brown committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    3c5c755 View commit details
    Browse the repository at this point in the history
  7. Test DRF 3.7 + Django 2.0

    This appears to be a supported combination in DRF but it was not previously being tested.
    kevin-brown committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    777d09b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Merge pull request #330 from kevin-brown/travis-testing

    Update Travis testing for newer versions
    dekoza authored Dec 18, 2018
    Configuration menu
    Copy the full SHA
    8e36113 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    bcc4ebe View commit details
    Browse the repository at this point in the history
  2. Fix doc typos

    dekoza committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    cac049a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #334 from dekoza/fix/327

    Permissions framework (fix #327)
    dekoza authored Jan 9, 2019
    Configuration menu
    Copy the full SHA
    1627fc3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #326 from ckkz-it/patch-1

    fix logout Anonymous user
    dekoza authored Jan 9, 2019
    Configuration menu
    Copy the full SHA
    606a9ba View commit details
    Browse the repository at this point in the history
  5. version bump

    dekoza committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    b1eb81f View commit details
    Browse the repository at this point in the history
Loading