GitHub / django-json-api/django-rest-framework-json-api / commits
JSON:API support for Django REST framework
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 2ef94c73 | Update the MANIFEST to exclude __pycache__ for the sdist. | Matt Layman <m****n@g****m> | almost 8 years ago | |
| ed2043d1 | Set 2.4.0 release date. | Matt Layman <m****n@g****m> | almost 8 years ago | |
| 1bbf6faa | Add DRF 3.7 and Django 2.0 to the test matrix. (#394) |
Matt Layman <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| c926a662 | Polymorphic list fixes (#402) |
Adam Ziolkowski <a****m@a****m>
Committed by: Matt Layman <m****n@g****m> |
almost 8 years ago | |
| 9d200f21 | Allow json api renderer to be used as test request renderer class (#396) |
Oliver Sauder <s****c@u****m>
Committed by: Matt Layman <m****n@g****m> |
almost 8 years ago | |
| f0641bff | Remove live demo. | Matt Layman <m****n@g****m> | almost 8 years ago | |
| b4dffb82 | Avoid query explosion for related fields where I can user pk_only_opt… (#374) |
santiavenda <s****2@g****m>
Committed by: Matt Layman <m****n@g****m> |
almost 8 years ago | |
| b0257c06 | Drop support for Django 1.8 - 1.10 (#387) |
Matt Layman <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| e85cea9e | Add six as a dependency. (#390) |
Matt Layman <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| f0158f6f | Set release version to 2.3.0. (#383) |
Matt Layman <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 9fa2e237 | Allow type field on none polymorphic serializers (#376) |
Oliver Sauder <s****c@u****m>
Committed by: Matt Layman <m****n@g****m> |
almost 8 years ago | |
| a953a03a | Fix for resolving source when accessing sub-attr eg b.c (#375) |
Sharat M R <c****s@g****m>
Committed by: Matt Layman <m****n@g****m> |
almost 8 years ago | |
| 20d98cf0 | Fix typo in usage.md (#379) |
Harry Moreno <m****9@g****m>
Committed by: Matt Layman <m****n@g****m> |
about 8 years ago | |
| aea98ccc | removed duplicate requirement (#377) |
Gregory Pease <g****0@g****m>
Committed by: Matt Layman <m****n@g****m> |
about 8 years ago | |
| 7b8e38e1 | Fix factory boy dependency (#373) |
santiavenda <s****2@g****m>
Committed by: Matt Layman <m****n@g****m> |
about 8 years ago | |
| 2d691f46 | [WIP] Fix example app (#362) |
Jamie Bliss <a****3@g****m>
Committed by: Matt Layman <m****n@g****m> |
about 8 years ago | |
| 779cd9b1 | merge Performance helpers |
Jonathan Senecal <j****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 7343def4 | Updating docs to give some context. | Jonathan Senecal <j****l@z****m> | over 8 years ago | |
| a7130b9a | merge Merge branch 'issue-337' of github.com:django-json-api/django-rest-framework-... | Jonathan Senecal <j****l@z****m> | over 8 years ago | |
| 63020b40 | Including packaging to the isort command that checks example. | Jonathan Senecal <j****l@z****m> | over 8 years ago | |
| f0bda693 | Updating docs to reflect the added ModelViewSet helper | Jonathan Senecal <j****l@z****m> | over 8 years ago | |
| 97b6dd38 | Use forms in the browsable API |
Jonathan Senecal <j****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| f924ac8f | More of this isort madness | Jonathan Senecal <j****l@z****m> | over 8 years ago | |
| 07f67a3d | Package name, not module name... woops! | Jonathan Senecal <j****l@z****m> | over 8 years ago | |
| 844e88ef | Imports are (now) correctly sorted as per isort. | Jonathan Senecal <j****l@z****m> | over 8 years ago | |
| 151bdb9b | F401 '..factories' imported but unused | Jonathan Senecal <j****l@z****m> | over 8 years ago | |
| 3c240930 | E501 line too long (121 > 100 characters) | Jonathan Senecal <j****l@z****m> | over 8 years ago | |
| 46c3809f | E265 block comment should start with '# ' | Jonathan Senecal <j****l@z****m> | over 8 years ago | |
| 8fdbc0a3 | Fixes ImportError on TravisCI | Jonathan Senecal <j****l@z****m> | over 8 years ago | |
| e96fe6cb | Adding `select_related` and `prefetch_for_includes` to `CommentViewSet` | Jonathan Senecal <j****l@z****m> | over 8 years ago | |
| 5a7d73ae | merge Merge pull request #365 from ABASystems/feature/auto-prefetch-helpers |
Jonathan Senecal <j****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| cacca2e3 | Trying to make isort happy | Jonathan Senecal <j****l@z****m> | over 8 years ago | |
| b4999e47 | merge Merge pull request #364 from ABASystems/feature/add-ddt-pylint-and-test |
Jonathan Senecal <j****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 9e284f41 | merge Merge branch 'issue-337' into feature/add-ddt-pylint-and-test |
Jonathan Senecal <j****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 1d84c80d | Add a helper for specifying a prefetch_for_related attribute on your viewset ... | Aidan Lister <a****n@a****m> | over 8 years ago | |
| da0c94c7 | Add Django Debug Toolbar, and add a failing test setting out our performance ... | Aidan Lister <a****n@a****m> | over 8 years ago | |
| aa962c12 | Missing dependancy | Jonathan Senecal <j****l@z****m> | over 8 years ago | |
| 1659d8c5 | Respect lookup field on many-many relations (#361) |
Raphaël Cohen <r****t@g****m>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| 415efa0f | Update AUTHORS |
Matt Layman <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 69d899f6 | respect custom related_link_url_kwarg (#359) |
Ola Tarkowska <o****t@u****m>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| a62c0a51 | Add isort to CI process (#360) |
Matt Layman <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 4970f932 | Update the example database | Jerel Unruh <m****l@u****m> | over 8 years ago | |
| 9e395a2f | Added nested included serializer support for remapped relations (#347) |
Oliver Sauder <s****c@u****m>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| 61406625 | Support polymorphic models (#211) |
leo-naeka <l****o@n****r>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| 629d1d62 | Fixes types in reverse m2m relationships (#355) |
Raphaël Cohen <r****t@g****m>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| ab4e1bd7 | Fix for pagination ‘last’ link to give the real last page (#353) |
Yaniv Peer <y****r@g****m>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| a12d98d3 | Fix tests to work with DRF 3.6.3. (#351) |
Matt Layman <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 485953f2 | Doc typo fix (#349) |
Igor Starikov <i****n@y****u>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| dec89af3 | Enforcing of flake8 linter (#348) |
Oliver Sauder <s****c@u****m>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| 76b60fe5 | Check resource name on included serializer in to_internal_value (#306) |
Christian Zosel <c****n@z****h>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| 89703987 | Fix Django deprecation warning. (#346) |
Adam Wróbel <a****m@a****m>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| 89779c4a | Fix for apps that don't load contenttypes module. (#345) |
Adam Wróbel <a****m@a****m>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| da978748 | Don't force translation of request attribute names. (#284) |
Adam Wróbel <a****m@a****m>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| cdb8a52a | Fix/auto prefetch with m2m (#333) |
Michael Boreham <b****m@g****m>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| b9de139c | Update compatibility matrix for Python, Django, and DRF (#341) |
Matt Layman <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 04770249 | Release v2.2.0 | Jerel Unruh <m****l@u****m> | over 8 years ago | |
| 70012669 | Fix JSONRenderer when status_code is `204 NO CONTENT` (#340) |
Diego Gadola <d****o@t****m>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| d75fcbc0 | Avoid choices evaluation on relation fields getting field metadata (#336) |
santiavenda <s****2@g****m>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| d8c3dc47 | Fixed crash when patching many-to-many relationships in Django >= 1.9 (#330) |
Dmitriy Zverev <z****n@m****u>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| 030b444f | Use 'page_query_param' for pagination instead of hard coded page (#312) |
Eric Hurst <e****c@e****o>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| fbe49a1e | Add support for GenericRelations (#319) |
santiavenda <s****2@g****m>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| a19f445b | Fix included resources not being included on list (#307) |
Ross Patterson <m****e@r****t>
Committed by: Matt Layman <m****n@g****m> |
over 8 years ago | |
| 78163204 | Document DJA's ability to use Compound Documents. (#308) |
Matt Layman <m****n@g****m>
Committed by: Jerel Unruh <m****l@u****m> |
over 8 years ago | |
| 2dcf1784 | merge Merge pull request #310 from kramarz/develop |
Matt Layman <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 4b0dcc5f | Refactor tests. | Jakub Skiepko <j****o@s****m> | almost 9 years ago | |
| c869f34d | merge Merge pull request #290 from amw/gracefully-handle-no-data |
Chris Clark <c****s@u****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| b656323f | merge Merge pull request #297 from arielpontes/patch-1 |
Chris Clark <c****s@u****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| 31d1eb9a | merge Merge pull request #300 from arielpontes/bugfix/staticmethods |
Chris Clark <c****s@u****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| 0a06b485 | Change all staticmethods to classmethods in rederers.py so they can be safely... | Ariel Pontes <a****s@c****m> | almost 9 years ago | |
| e07d9aa2 | Fix mistakes in usage.md |
Ariel Pontes <p****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| ddf612d1 | merge Merge pull request #288 from amw/fix-errors-in-relationship-views |
Chris Clark <c****s@u****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 1941c344 | merge Merge pull request #294 from Anton-Shutik/serializermethod-links |
Chris Clark <c****s@u****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 667b1fc5 | merge Merge pull request #292 from Anton-Shutik/use-cls |
Chris Clark <c****s@u****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 3539739a | Added test for SerializerMethodResourceRelatedField with many=True | Anton Shutik <a****k@i****m> | about 9 years ago | |
| 9fd42be8 | Make links working on serializermethod field | Anton Shutik <a****k@i****m> | about 9 years ago | |
| bb4ea992 | Use cls instead of SerializerMethodResourceRelatedField | Anton-Shutik <a****k@i****m> | about 9 years ago | |
| 0cfe2e1a | Gracefully handle input that's not {"data":...} | Adam Wróbel <a****m@a****m> | about 9 years ago | |
| 5e2943b8 | Test case for parsing invalid data. | Adam Wróbel <a****m@a****m> | about 9 years ago | |
| 19b3062e | Allow SerializerMethodResourceRelatedField to be list | Anton-Shutik <a****k@i****m> | about 9 years ago | |
| 0302faba | Fix errors format in RelationshipView. | Adam Wróbel <a****m@a****m> | about 9 years ago | |
| 06612ea6 | Failing test case for errors in RelationshipView. | Adam Wróbel <a****m@a****m> | about 9 years ago | |
| 1623942e | Updated changelog for v2.1.1 | Jerel Unruh <m****l@u****m> | about 9 years ago | |
| 9aa259c4 | merge Merge branch 'develop' of github.com:django-json-api/django-rest-framework-js... | Jerel Unruh <m****l@u****m> | about 9 years ago | |
| cebecf50 | Tag v2.1.1 | Jerel Unruh <m****l@u****m> | about 9 years ago | |
| 061cacdc | Remove check for relation_instance as it is not always available (#278) |
Scott Fisk <s****k@g****m>
Committed by: Jerel Unruh <m****l@u****m> |
about 9 years ago | |
| 43fd5eee | Don't set `id` to None when it wasn't submitted. (#280) |
Adam Wróbel <a****m@a****m>
Committed by: Jerel Unruh <m****l@u****m> |
about 9 years ago | |
| 14b89208 | Upgrade py.test to 2.9.2. (#281) |
Adam Wróbel <a****m@a****m>
Committed by: Jerel Unruh <m****l@u****m> |
about 9 years ago | |
| 91c4e0bd | merge Merge pull request #279 from jarekwg/feature/drf-serializer-support |
Scott Fisk <s****k@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| b965727f | Explicit version checks | Jarek Glowacki <j****g@g****m> | about 9 years ago | |
| d7df867b | Add failing test for m2m too. | Jarek Glowacki <j****g@g****m> | about 9 years ago | |
| e96230ce | merge Merge pull request #272 from jarekwg/feature/isort-flake8-settings |
Scott Fisk <s****k@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| eba3fe8f | Fix wrong resource type for reverse FKs, add failing test. | Jarek Glowacki <j****g@g****m> | about 9 years ago | |
| 3fff4f26 | Update usage.md (#276) |
Andreas Beder <o****e@m****t>
Committed by: Jerel Unruh <m****l@u****m> |
about 9 years ago | |
| 1855b933 | Update usage.md (#277) |
Andreas Beder <o****e@m****t>
Committed by: Jerel Unruh <m****l@u****m> |
about 9 years ago | |
| f66cf2fa | Add .eggs/ to gitignore | Jarek Glowacki <j****g@g****m> | about 9 years ago | |
| c0cc5026 | pytest-factoryboy does not support pytest3.0+ | Jarek Glowacki <j****g@g****m> | about 9 years ago | |
| c38023f5 | Add isort & flake8 settings. | Jarek Glowacki <j****g@g****m> | about 9 years ago | |
| 3471569f | merge Merge branch 'develop' | Jerel Unruh <m****l@u****m> | about 9 years ago | |
| 97e1a6ce | Updated changelog | Jerel Unruh <m****l@u****m> | about 9 years ago | |
| 5cc8acfe | Release v2.1.0 | Jerel Unruh <m****l@u****m> | about 9 years ago |