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: uptick/django-rest-framework-json-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: u2.1.2
Choose a base ref
...
head repository: uptick/django-rest-framework-json-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 39 files changed
  • 7 contributors

Commits on Jan 16, 2018

  1. Polymorphic list fixes (django-json-api#402)

    * support polymorphic list
    
    Render polymorphic list of items with different fields
    
    * pep8
    
    * fix polymorphic models serializer
    
    fix get_polymorphic_serializer_for_instance only for PolymorphicModelSerializer
    
    * fix typo
    
    * pep8
    
    * fix circular import and pep8
    
    * Fix import in renderers
    
    * Fix remaining flake8 issue
    
    * Fix code style issue in renderers.
    
    * Add Adam Ziolkowski and Roberto Barreda as Authors
    adsized authored and mblayman committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    c926a66 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Add DRF 3.7 and Django 2.0 to the test matrix. (django-json-api#394)

    * Add DRF 3.7 to the test matrix.
    
    Fixes django-json-api#388
    
    * Switch to an explicit build matrix.
    
    * Change env format.
    
    Without the equals sign, Travis will drop the double quotes and screw
    up the environment variable export.
    
    * DRF 3.6.x does not support Django 2.0.
    
    * Add required on_delete to ForeignKey fields.
    
    * Add on_delete to OneToOneField.
    
    * Switch core.urlresolvers to urls for Django 2.0 compatibility.
    
    * Update minimum required django-polymorphic.
    
    Older versions of django-polymorphic don't support Django 2.0
    mblayman authored Jan 24, 2018
    Configuration menu
    Copy the full SHA
    1bbf6fa View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Set 2.4.0 release date.

    mblayman committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    ed2043d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ef94c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Remove factory-boy version constraint. (django-json-api#408)

    * Remove factory-boy version constraint.
    
    * Remove constraint on pytest version.
    
    It appears that pytest-factoryboy now works with a new version of
    pytest.
    
    * Missed a place where pytest version was constrained.
    
    * Force use of a newer pytest.
    mblayman authored Feb 1, 2018
    Configuration menu
    Copy the full SHA
    baea52e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5d34e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. Configuration menu
    Copy the full SHA
    4ef5bb4 View commit details
    Browse the repository at this point in the history
  2. Issue 410 (django-json-api#411)

    * Make documented example runserver work
    
    Resolves django-json-api#410: docs/getting-started.md example doesn't work.
    
    * xGet the steps right in the documentation to run the example app.
    
    * First attempt at for issue django-json-api#410 didn't have includes sorted properly.
    
    - travis caught it. This time I've done the isort locally to confirm the order.
    - MIDDLEWARE_CLASSES was replaced by MIDDLEWARE as of Django 1.10 and, according to
      tox.ini, this is only testing >=1.11.
    
    * missed a line which flake8 caught
    
    * add back install of this package
    
    * add myself as an author as requested
    n2ygk authored and mblayman committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    e501b04 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Add a CONTRIBUTING.md file. (django-json-api#425)

    This branch adds a skeleton of contribution guidelines and cleans up
    little bits that I noticed along the way.
    
    For django-json-api#424
    mblayman authored Apr 26, 2018
    Configuration menu
    Copy the full SHA
    f3dfa29 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Use serializer resource name where possible in metadata

    The metadata generation was using the model name as the resource name
    even when a field had an included serializer with a different
    resource name.
    furious-luke committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    3fed0f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Implement a few performance improvements

     * Cache included serializers instead of looking up every time.
     * Cache inflections.
     * Skip some validation, optionally.
     * Try and use `queryset` before `get_queryset`.
    furious-luke committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    f17d503 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Configuration menu
    Copy the full SHA
    935a8e1 View commit details
    Browse the repository at this point in the history
Loading