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.1
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.2
Choose a head ref
  • 3 commits
  • 9 files changed
  • 1 contributor

Commits on Jun 24, 2024

  1. Re-enabled overwriting of URL field (#1237)

    Enabled overwriting of URL field
    
    URL_FIELD_NAME is usually used as self-link in links.
    However it should be allowed to be overwritten as long
    as not HyperlinkedIdentifyField has been used.
    sliverc authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    53469f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    d1163ce View commit details
    Browse the repository at this point in the history
  2. Release 7.0.2 (#1241)

    sliverc authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    971a879 View commit details
    Browse the repository at this point in the history
Loading