An open API service providing commit metadata for open source projects.

GitHub / django-json-api/django-rest-framework-json-api / commits

JSON:API support for Django REST framework

SHA Message Author Date Stats
d5e1227c merge Merge pull request #172 from lukaslundgren/develop Jerel Unruh <m****l@u****m> almost 10 years ago
58909d05 Test for missing included fields Lukas Lundgren <l****s@d****t> almost 10 years ago
2741b7ce Included field might not be set Lukas Lundgren <l****s@d****t> almost 10 years ago
4bd6bdf7 Relationship deletion Philipp Schärer <p****r@a****h> almost 10 years ago
a763ace0 Added support for meta objects in serializers and list serializers Jerel Unruh <m****l@u****m> almost 10 years ago
4bfed362 Added tests for data meta objects Jerel Unruh <m****l@u****m> almost 10 years ago
0a4db2f8 started testing all combinations of resource_name on model, serializer and view Mojtaba Kohram <m****m@c****g>
Committed by: Scott Fisk <s****t@q****m>
almost 10 years ago
ce945f2a merge Merge pull request #164 from django-json-api/feature/utils_overrides Jerel Unruh <m****l@u****m> almost 10 years ago
10c44518 Added basic test for model resource_name property Scott Fisk <s****t@q****m> almost 10 years ago
7e4b2396 merge Merge branch 'develop' into feature/utils_overrides Jonathan Senecal <j****l@z****m> almost 10 years ago
0ceeddd9 Fix tests for #143 Jonathan Senecal <j****l@z****m> almost 10 years ago
52485530 get_serializer_class() should be used Jonathan Senecal <j****l@u****m> almost 10 years ago
fb162645 extract_included may be static Jonathan Senecal <j****l@z****m> almost 10 years ago
71751b70 Missing Import - oops Jonathan Senecal <j****l@z****m> almost 10 years ago
d154cd85 Fix for Database access not allowed, use the "django_db" mark to enable it. Jonathan Senecal <j****l@z****m> almost 10 years ago
27e51948 Refactoring some tests Jonathan Senecal <j****l@z****m> almost 10 years ago
64a2b94b build_json_resource_obj may be static Jonathan Senecal <j****l@z****m> almost 10 years ago
715f5b00 extract_relationships may be static Jonathan Senecal <j****l@z****m> almost 10 years ago
eca878a1 extract_attributes may be static Jonathan Senecal <j****l@z****m> almost 10 years ago
66572ccd We dropped support for django < 1.7 Jonathan Senecal <j****l@z****m> almost 10 years ago
146cff6f Refactored some of the utility functions to be part of the renderer class. Jonathan Senecal <j****l@z****m> almost 10 years ago
55e771a5 Better handling of parent relations Jonathan Senecal <j****l@z****m> almost 10 years ago
cbd4bfa2 merge Merge pull request #162 from ZEROFAIL/develop Jonathan Senecal <j****l@u****m> almost 10 years ago
bb5e8239 merge Merge pull request #161 from django-json-api/bugfix/obscure-relation-error Jonathan Senecal <j****l@u****m> almost 10 years ago
2f2ac18f Fix sparse fieldset RuntimeError under python3.5 Leifur Halldor Asgeirsson <l****n@z****m> almost 10 years ago
40064db5 When a `pk` was used as a relationship value a json error was thrown Jerel Unruh <m****l@u****m> almost 10 years ago
09596933 merge Merge pull request #160 from django-json-api/bugfix/none-value-fields Jonathan Senecal <j****l@u****m> almost 10 years ago
77f7bbdd Fixes #156. Fields with value of None weren't rendered Jerel Unruh <m****l@u****m> almost 10 years ago
218fb354 Add tests for `extract_attributes`. Issue #156 Jerel Unruh <m****l@u****m> almost 10 years ago
9ee59800 merge Merge pull request #153 from ZEROFAIL/serializer_method_resource_field Jonathan Senecal <j****l@u****m> about 10 years ago
827c41fa correction: SerialierMethodResourceRelatedField Leifur Halldor Asgeirsson <l****n@z****m> about 10 years ago
93d7aeb6 SerializerMethodResourceField Leifur Halldor Asgeirsson <l****n@z****m> about 10 years ago
0d78f7ff dropped format_relation_name from wrapping get_resource_type* Scott Fisk <s****t@q****m> about 10 years ago
1adac020 added a get_resource_type_from_model Scott Fisk <s****t@q****m> about 10 years ago
63a2b361 ResourceRelatedField now accepts serializer methods when many=True Rollo <r****b@g****m>
Committed by: Jerel Unruh <m****l@u****m>
about 10 years ago
f1a8c0ae merge Merge pull request #150 from jamesturk/drf33 Jonathan Senecal <j****l@u****m> about 10 years ago
075ac720 start testing on drf3.3 James Turk <j****k@g****m> about 10 years ago
2166e4c2 fix OrderedDict import for drf3.3 James Turk <j****k@g****m> about 10 years ago
d9bd7ec1 merge Merge pull request #146 from django-json-api/feature/dynamic-related-data Jonathan Senecal <j****l@u****m> about 10 years ago
7d85feeb Added way to relate data dynamically similar to SerializerMethodField Jerel Unruh <m****l@u****m> about 10 years ago
d22cc0aa merge Merge pull request #142 from django-json-api/feature/compound_documents Jerel Unruh <m****l@u****m> about 10 years ago
bcdbbc44 Fix for inclusion of nested relations Jonathan Senecal <j****l@z****m> about 10 years ago
eb56a8cf merge Merge pull request #141 from django-json-api/feature/compound_documents Jerel Unruh <m****l@u****m> about 10 years ago
33e54bb7 Fix for AttributeError: 'list' object has no attribute 'copy' in python27 Jonathan Senecal <j****l@z****m> about 10 years ago
1a8f67ec Fix for test included_data_on_list included types check Jonathan Senecal <j****l@z****m> about 10 years ago
0e87688b Copy included_resources before removing items from it Jonathan Senecal <j****l@z****m> about 10 years ago
603dc3b4 Oops - Backwards error messages fix Jonathan Senecal <j****l@z****m> about 10 years ago
3a58ed96 Increased pagination for list test and added assert comments Jerel Unruh <m****l@u****m> about 10 years ago
1f653056 Updated the tests to check for issue #131 Jonathan Senecal <j****l@z****m> about 10 years ago
4dc673b9 merge Merge pull request #138 from django-json-api/bugfix/included-data Jonathan Senecal <j****l@z****m> about 10 years ago
6109f8ae Close #130. Data is now included on detail and list endpoints Jerel Unruh <m****l@u****m> about 10 years ago
c0aedc19 merge Merge pull request #137 from django-json-api/tests Jonathan Senecal <j****l@z****m> about 10 years ago
61783905 Test the inclusion of data on list and detail endpoints Jerel Unruh <m****l@u****m> about 10 years ago
b2fda91c Added comments to the example application Jerel Unruh <m****l@u****m> about 10 years ago
a13bf1d6 Fixed `related` model bug for Django 1.7 Jerel Unruh <m****l@u****m> about 10 years ago
5d6eaa6e Dropped Django 1.6 requirement from tox since it's past EOL Jerel Unruh <m****l@u****m> about 10 years ago
a71926b7 Added a comment factory and added them to entry serializer Jerel Unruh <m****l@u****m> about 10 years ago
63d32f44 Moved new pytest tests into "integration" and "unit" folders Jerel Unruh <m****l@u****m> about 10 years ago
7b160a5a Added faker and removed all static text from fixtures Jerel Unruh <m****l@u****m> about 10 years ago
4f9a7aa3 merge Merge pull request #135 from jamesturk/py35 Jerel Unruh <m****l@u****m> about 10 years ago
aedaa459 set base python to 3.5 so it's available in tox James Turk <j****k@g****m> about 10 years ago
6e9410a3 update to test on py35 James Turk <j****k@g****m> about 10 years ago
ab7ac710 add appropriate tests for Django 1.9 James Turk <j****k@g****m> about 10 years ago
9edd5367 fix relation_type_lookup James Turk <j****k@g****m> about 10 years ago
b5df87ca fix bulk add error introduced by Django 1.9 James Turk <j****k@g****m> about 10 years ago
a487332d relation_type_lookup on <=1.9 James Turk <j****k@g****m> about 10 years ago
e8df85bd merge Merge remote-tracking branch 'origin/develop' into develop Jonathan Senecal <j****l@z****m> about 10 years ago
cd076568 PEP8 Jonathan Senecal <j****l@z****m> about 10 years ago
ad6e22da attempt to fix relation_type_lookup James Turk <j****k@g****m> about 10 years ago
002ec3e1 add django 1.9 entry to tox James Turk <j****k@g****m> about 10 years ago
53fdfcb9 merge Merge pull request #129 from django-json-api/bugfix/duplicate-included-records Jonathan Senecal <j****l@z****m> about 10 years ago
fb8f30ca Accessing by index on Mode.objects.all() in Django produces weird behavior. Jerel Unruh <m****l@u****m> about 10 years ago
0c5e51a6 merge Merge pull request #128 from django-json-api/revert-127-develop Jerel Unruh <m****l@u****m> about 10 years ago
444feaba Revert "Fix the inclusion of relations" Jonathan Senecal <j****l@z****m> about 10 years ago
68b59e68 Small fix for included paths Jonathan Senecal <j****l@z****m> about 10 years ago
89d0c4e1 Replaced the default related_field for ModelSerializer Jonathan Senecal <j****l@z****m> about 10 years ago
c2c53bba merge Merge pull request #127 from adfinis-sygroup/develop Jonathan Senecal <j****l@z****m> about 10 years ago
ba5f46ba Fix the inclusion of relations Stefan Heinemann <s****n@c****h> about 10 years ago
279df076 merge Merge pull request #125 from ZEROFAIL/develop Jonathan Senecal <j****l@z****m> about 10 years ago
f58902c2 Change in how the renderer detects list data Leifur Halldor Asgeirsson <l****n@z****m> about 10 years ago
e29d47ff merge Merge pull request #120 from ZEROFAIL/feature/supported_resources_for_inclusi... Jerel Unruh <m****l@u****m> about 10 years ago
a3332c48 merge Merge pull request #121 from martinmaillard/related-instances-type-redux Jerel Unruh <m****l@u****m> about 10 years ago
c779d268 Fix regression for related instances type Martin Maillard <s****f@m****m> about 10 years ago
e01b0636 merge Merge pull request #119 from ZEROFAIL/bugfix/crash_on_null_included_to_one_re... Jonathan Senecal <j****l@z****m> about 10 years ago
a09c2007 merge Merge pull request #118 from ZEROFAIL/develop Jonathan Senecal <j****l@z****m> about 10 years ago
143a0cd0 bugfix in extract_included Leifur Halldor Asgeirsson <l****n@z****m> about 10 years ago
028e7e6f In OPTIONS responses, indicate include support Leifur Halldor Asgeirsson <l****n@z****m> about 10 years ago
be4d7dca fix import problem for django<1.7 Leifur Halldor Asgeirsson <l****n@z****m> about 10 years ago
a2760117 included_serializers may be specified with strings Leifur Halldor Asgeirsson <l****n@z****m> about 10 years ago
2faeca2e merge Merge pull request #117 from ZEROFAIL/develop Jonathan Senecal <j****l@z****m> about 10 years ago
3f11dc66 fix for fields with child info in metadata.py Leifur Halldor Asgeirsson <l****n@z****m> about 10 years ago
61242bb2 merge Merge branch 'abdulhaq-e-non_paginated_fix' of github.com:django-json-api/dja... Jerel Unruh <m****l@u****m> about 10 years ago
50c371a9 Readability change Jonathan Senecal <j****l@z****m> about 10 years ago
804ac353 Removed compatibility code from supporting DRF 2.4 Jerel Unruh <m****l@u****m> about 10 years ago
bbe93a2d Removed commented out code. Jerel Unruh <m****l@u****m> about 10 years ago
33ded1cc merge Merge pull request #116 from ZEROFAIL/develop Jonathan Senecal <j****l@z****m> about 10 years ago
d3d31148 Small change to ResourceIdentifierObjectSerializer Leifur Halldor Asgeirsson <l****n@z****m> about 10 years ago
a9d85cb0 fixed rendering of non paginated responses abdulhaq <e****9@g****m> about 10 years ago
cf8a9302 merge Merge pull request #110 from django-json-api/feature/compound_documents Jerel Unruh <m****l@u****m> about 10 years ago
6460edb1 Updated documentation Jonathan Senecal <j****l@z****m> about 10 years ago

← Back to repository