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: v7.0.0
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: v7.0.1
Choose a head ref
  • 4 commits
  • 12 files changed
  • 3 contributors

Commits on May 7, 2024

  1. Scheduled biweekly dependency update for week 18 (#1225)

    * Update black from 24.4.0 to 24.4.2
    
    * Update flake8-bugbear from 24.2.6 to 24.4.26
    
    * Update sphinx from 7.2.6 to 7.3.7
    
    * Update faker from 24.9.0 to 25.0.1
    
    * Update pytest from 8.1.1 to 8.2.0
    pyup-bot authored May 7, 2024
    Configuration menu
    Copy the full SHA
    9d9e47b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Added HTTP 429 Too Many Requests as a possible generic error response (

    …#1226)
    
    * Add HTTP 429 Too Many Requests as a possible generic error response
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Oliver Sauder <os@esite.ch>
    js-nh and sliverc authored May 29, 2024
    Configuration menu
    Copy the full SHA
    21493c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Ensured that URL and id field are kept when using sparse fields (#1231)

    Ensured that URL and id field are not filtered out when using sparse fields
    
    URL field is considered a field in DRF but is not in JSON:API spec
    therefore we may not exclude it.
    
    ID on the other hand is a required field and may not be filtered.
    sliverc authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    dbe939a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Release 7.0.1 (#1232)

    New release as for regression #1228
    sliverc authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3f1ea67 View commit details
    Browse the repository at this point in the history
Loading