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

Commits on Dec 22, 2016

  1. Use 'page_query_param' for pagination instead of hard coded page

    *** What
    - Use self.page_query_param to determine the query parameter to use for
      pagination
    - Set the default page_query_param to 'page'
    - Freeze fake-factory version to 0.7.4
    
    *** Why
    - Allow the use of different page query parameters to do pagination
    - The latest version of fake-factory is now depreciated:
      https://pypi.python.org/pypi/fake-factory/9999.9.9
    Eric Hurst committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    2c9750e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Merge branch 'develop' of github.com:django-json-api/django-rest-fram…

    …ework-json-api into develop
    Eric Hurst committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    45a3cae View commit details
    Browse the repository at this point in the history
  2. Remove unneeded page_query_param default

    Eric Hurst committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    0510887 View commit details
    Browse the repository at this point in the history
  3. Add documentation for default page_query_param

    Eric Hurst committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    88fcf6b View commit details
    Browse the repository at this point in the history
Loading