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: django-json-api/django-rest-framework-json-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3664a01
Choose a base ref
...
head repository: django-json-api/django-rest-framework-json-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4f79464
Choose a head ref
  • 4 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 18, 2020

  1. Avoid AttributeError for PUT and PATCH methods when using APIView (

    …#778)
    
    Fixes silenced AttributeError in the case when lookup_url_kwarg doesn't exist in a view
    bpleshakov authored Apr 18, 2020
    Configuration menu
    Copy the full SHA
    ff0f93a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Reimplement SerializerMethodResourceRelatedField

    Related issues: #639 #779 #780
    glowka committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    7b98869 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    glowka committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    d2850c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f79464 View commit details
    Browse the repository at this point in the history
Loading