-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: uptick/django-rest-framework-json-api
base: u2.1.2
head repository: uptick/django-rest-framework-json-api
compare: master
- 12 commits
- 39 files changed
- 7 contributors
Commits on Jan 16, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for c926a66 - Browse repository at this point
Copy the full SHA c926a66View commit details
Commits on Jan 24, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 1bbf6fa - Browse repository at this point
Copy the full SHA 1bbf6faView commit details
Commits on Jan 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ed2043d - Browse repository at this point
Copy the full SHA ed2043dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef94c7 - Browse repository at this point
Copy the full SHA 2ef94c7View commit details
Commits on Feb 1, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for baea52e - Browse repository at this point
Copy the full SHA baea52eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5d34e2 - Browse repository at this point
Copy the full SHA c5d34e2View commit details
Commits on Feb 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4ef5bb4 - Browse repository at this point
Copy the full SHA 4ef5bb4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e501b04 - Browse repository at this point
Copy the full SHA e501b04View commit details
Commits on Apr 26, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for f3dfa29 - Browse repository at this point
Copy the full SHA f3dfa29View commit details
Commits on Apr 27, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3fed0f2 - Browse repository at this point
Copy the full SHA 3fed0f2View commit details
Commits on Apr 30, 2018
-
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`.
Configuration menu - View commit details
-
Copy full SHA for f17d503 - Browse repository at this point
Copy the full SHA f17d503View commit details
Commits on May 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 935a8e1 - Browse repository at this point
Copy the full SHA 935a8e1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff u2.1.2...master