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
e79d960b merge Merge branch 'fix/include-in-many-related-serializer' of https://github.com/t... Jerel Unruh <m****l@u****m> about 9 years ago
38c7ca23 Include metadata in JSONParser output (#261) Hamed Ahmadi <h****d@z****m>
Committed by: Jerel Unruh <m****l@u****m>
about 9 years ago
aa66a34f Implemented py.test runner in setup.py and added code coverage George Marshall <g****e@g****e>
Committed by: Jerel Unruh <m****l@u****m>
about 9 years ago
c83b69e0 merge Merge pull request #269 from django-json-api/bugfix/unhashable-type Scott Fisk <s****k@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
f96f26fe Fixes #267. relations.py was not correctly overriding get_choices Jerel Unruh <m****l@u****m> about 9 years ago
34de3439 Added TEMPLATES setting for Django 1.10 Jerel Unruh <m****l@u****m> about 9 years ago
b96d79d4 merge Merge branch 'develop' of github.com:django-json-api/django-rest-framework-js... Jerel Unruh <m****l@u****m> over 9 years ago
0aedffb8 Support regular serializers Jozef <k****k@u****m>
Committed by: Jerel Unruh <m****l@u****m>
over 9 years ago
04a100cb Pre-dj19 compat Jarek Glowacki <j****g@g****m> over 9 years ago
b2ec8628 Test againts dj110/drf34 Jarek Glowacki <j****g@g****m> over 9 years ago
5cb9e21d Don't break old tests Jarek Glowacki <j****g@g****m> over 9 years ago
e0c6cc53 Missing None Jarek Glowacki <j****g@g****m> over 9 years ago
c1049e48 use the presense of ‘child_relation’ in kwargs to see if it’s a many relation... Thomas Bartelmess <t****s@m****m> over 9 years ago
184ab5fd add a test for including many objects from a related serializer Thomas Bartelmess <t****s@m****m> over 9 years ago
c93dea13 Convert includes from camel to snake case (#257) Brandon Birkholz <b****z@g****m>
Committed by: Jerel Unruh <m****l@u****m>
over 9 years ago
bd4b64e3 try to use field.remote_field instead of field.related (#255) Alex Ahn <g****b@a****m>
Committed by: Scott Fisk <s****k@g****m>
over 9 years ago
c033db9a Add option to specify default included resources (#250) Jozef <k****k@u****m>
Committed by: Scott Fisk <s****k@g****m>
over 9 years ago
2994592f Handle self link shown in test output Jerel Unruh <m****l@u****m> over 9 years ago
09d841b4 Added self link to blog serializer example. Jerel Unruh <m****l@u****m> over 9 years ago
b65b5395 Added a note to docs about generating a self link. Jerel Unruh <m****l@u****m> over 9 years ago
9d5cbff6 Let serializers have empty field lists (#251) Eric Yu <e****u@b****m>
Committed by: Jerel Unruh <m****l@u****m>
over 9 years ago
54f1dcd8 Fix return stale data on PATCH to-one relationship (#247) Tony Pilara <t****a@z****m>
Committed by: Scott Fisk <s****k@g****m>
over 9 years ago
d3eac6db Require 'id' is included in PATCH request (#245) Tony Pilara <t****a@z****m>
Committed by: Scott Fisk <s****k@g****m>
over 9 years ago
bd9b5a5d Update tox.ini (#246) Scott Fisk <s****k@g****m>
Committed by: Jerel Unruh <m****l@u****m>
over 9 years ago
d3bb2b28 Now works with nested relationship prefetching. Michael Boreham <b****m@g****m>
Committed by: Jarek Glowacki <j****g@g****m>
over 9 years ago
ccd26812 Get included resources as util Michael Boreham <b****m@g****m>
Committed by: Jarek Glowacki <j****g@g****m>
over 9 years ago
d34b797f Viewset wrapper that auto prefetches related fields. Michael Boreham <b****m@g****m>
Committed by: Jarek Glowacki <j****g@g****m>
over 9 years ago
3886878b Try to fetch the pk field from instance for pk related fields. Michael Boreham <b****m@g****m>
Committed by: Jarek Glowacki <j****g@g****m>
over 9 years ago
7ad660b2 Updated changelog Jerel Unruh <m****l@u****m> over 9 years ago
5cf3526b Release v2.0.1 Jerel Unruh <m****l@u****m> over 9 years ago
b243d1f2 Updated demo database Jerel Unruh <m****l@u****m> over 9 years ago
e6f1f162 Fixed naming error on ModelSerializer relationships Jerel Unruh <m****l@u****m> over 9 years ago
b9ccd9d5 v2.0.0-beta.2 -> v2.0.0 Jerel Unruh <m****l@u****m> over 9 years ago
348171e1 Update setup.py to classify as production/stable Jerel Unruh <m****l@u****m> over 9 years ago
2928bc49 Release v2.0.0 jerel <m****l@u****m> over 9 years ago
c3e2d396 Fixes #230. Keep write only fields from having an attribute key jerel <m****l@u****m> over 9 years ago
2bd4aea0 Fix included resource type inconsistency (#229) Martin Maillard <m****d@g****m>
Committed by: Jerel Unruh <m****l@u****m>
over 9 years ago
9ed6fd37 Allow exception handler to be used by normal DRF views: (#233) Joe Esposito <j****o@g****m>
Committed by: Jerel Unruh <m****l@u****m>
over 9 years ago
7c589be5 Updated the readme for testing (#234) Stefan Heinemann <s****n@c****h>
Committed by: Jerel Unruh <m****l@u****m>
over 9 years ago
bb267648 Added get_related_field_name method to RelationshipView Anton Shutik <A****k@i****m>
Committed by: Jerel Unruh <m****l@u****m>
over 9 years ago
05d8ef48 Added a doc note to prefer setting resource_name on serializers or models. Jerel Unruh <m****l@u****m> over 9 years ago
11632a5b merge Merge pull request #226 from django-json-api/correct-setting-names Jerel Unruh <m****l@u****m> over 9 years ago
58bd785f Updated changelog Jerel Unruh <m****l@u****m> over 9 years ago
3934ba2e Fixed naming that suggested settings were used to inflect relationship names. Jerel Unruh <m****l@u****m> over 9 years ago
d174b3a1 Correct error responses for projects with different DRF-configurations (#222) Piotr Maliński <r****m@g****m>
Committed by: Jerel Unruh <m****l@u****m>
over 9 years ago
b2728e4e merge Merge pull request #223 from django-json-api/bugfix/many-serializer-method-field Jerel Unruh <m****l@u****m> over 9 years ago
72feb475 Updated SerializerMethodResourceRelatedField to allow many=True Jerel Unruh <m****l@u****m> over 9 years ago
e4594e0a merge Merge pull request #194 from ZEROFAIL/docs_related_fields Jerel Unruh <m****l@u****m> over 9 years ago
63d78827 merge Merge pull request #216 from adaptivdesign/develop Jerel Unruh <m****l@u****m> over 9 years ago
d08e9f39 merge Merge pull request #221 from scottfisk/fix-219 Jerel Unruh <m****l@u****m> over 9 years ago
21823ec5 Fixed get_resource_name in case of non-model backed serializer. Scott Fisk <s****t@q****m> over 9 years ago
ccef34fe fixed extract_root_meta for lists Raymond Reggers <r****d@a****l> over 9 years ago
0ed1667e Rename "suggested" posts to "featured" so we can use suggested as many=True Jerel Unruh <m****l@u****m> over 9 years ago
8f105c5d merge Merge pull request #213 from snewcomer/develop Jerel Unruh <m****l@u****m> over 9 years ago
04a531aa [FEATURE]: support using get_serializer_class on view snewcomer <s****4@g****m> over 9 years ago
3c9ab188 merge Merge pull request #210 from leo-naeka/deep_inclusion Jerel Unruh <m****l@u****m> over 9 years ago
c6a13ad5 Add current tox.ini directory to PYTHONPATH in order to use imports form there Léo S <l****o@n****r> over 9 years ago
5c53b146 Support deeply nested includes Léo S <l****o@n****r> over 9 years ago
697adf1b merge Merge pull request #205 from sarendsen/develop Jerel Unruh <m****l@u****m> over 9 years ago
36d0fc3c Add basic unit test for LimitOffsetPagination Sjoerd Arendsen <s****n@s****m> over 9 years ago
c521ec21 Dont let the offset go into negative space Sjoerd Arendsen <s****n@s****m> over 9 years ago
4465ca8f Add LimitOffsetPagination Sjoerd Arendsen <s****n@s****m> over 9 years ago
eaaad66d Updated pip install instructions for 2.0.0-beta.2 Jerel Unruh <m****l@u****m> over 9 years ago
8c4db64a merge Merge branch 'develop' of github.com:django-json-api/django-rest-framework-js... Jerel Unruh <m****l@u****m> over 9 years ago
6bf944bd Tagged v2.0.0-beta.2 Jerel Unruh <m****l@u****m> over 9 years ago
c37d3f42 merge Merge pull request #201 from asteinlein/develop Jonathan Senecal <j****l@u****m> almost 10 years ago
e00a5dac Fix potential circular import edge-case Anders Steinlein <a****s@e****o> almost 10 years ago
44880682 merge Merge pull request #197 from scottfisk/feature/compound_documents Jerel Unruh <m****l@u****m> almost 10 years ago
fed0bf6c Updated docs to include model resource_name Scott Fisk <s****t@q****m> almost 10 years ago
08c6ba84 merge Merge pull request #195 from lucacorti/develop Jerel Unruh <m****l@u****m> almost 10 years ago
38e4fa50 Fix code block formatting Luca Corti <l****a@f****t> almost 10 years ago
c96dc2fd merge Merge remote-tracking branch 'django-json-api/develop' into develop Luca Corti <l****a@f****t> almost 10 years ago
3f719acf Document ResourceRelatedField and RelationshipView Leifur Halldor Asgeirsson <l****n@z****m> almost 10 years ago
27147477 docs: note about importing serializers Leifur Halldor Asgeirsson <l****n@z****m> almost 10 years ago
fa266f15 Include version number in pip example to close #191 Jerel Unruh <m****l@u****m> almost 10 years ago
f6225d9c Include version number in pip example to close #191 Jerel Unruh <m****l@u****m> almost 10 years ago
2d0d94f3 merge Merge pull request #192 from lucacorti/develop Jerel Unruh <m****l@u****m> almost 10 years ago
46c0130c Also update readme settings Luca Corti <l****i@w****t> almost 10 years ago
35ea5652 merge Merge remote-tracking branch 'django-json-api/develop' into develop Luca Corti <l****i@w****t> almost 10 years ago
ccb8bb20 merge Merge pull request #190 from ZEROFAIL/bugfix/resource_related_field_validation Jerel Unruh <m****l@u****m> almost 10 years ago
b749125e ResourceRelatedField validation Leifur Halldor Asgeirsson <l****n@z****m> almost 10 years ago
6c28f1d4 Tagged 2.0.0-beta.1 Jerel Unruh <m****l@u****m> almost 10 years ago
2f9a0cb9 Updated documentation of recommended settings. Closes #188 Jerel Unruh <m****l@u****m> almost 10 years ago
1e2d7d99 merge Merge pull request #187 from ZEROFAIL/bugfix/implicit_fields2 Jerel Unruh <m****l@u****m> almost 10 years ago
7699b98d merge Merge pull request #184 from lucacorti/develop Jerel Unruh <m****l@u****m> almost 10 years ago
ad1c852a Fix pagination configuration docs Luca Corti <l****a@f****t> almost 10 years ago
bb137f5b Fix crash related to Meta.fields / Meta.exlcude Leifur Halldor Asgeirsson <l****n@z****m> almost 10 years ago
e30b591d Specify settings in the example app command. Fixes #180 Jerel Unruh <m****l@u****m> almost 10 years ago
bf7bd7b9 merge Merge pull request #171 from Sapena/parser-allow-relationships-deletion Jerel Unruh <m****l@u****m> almost 10 years ago
314ad617 Changed the relation delete test to comments Philipp Schärer <p****r@a****h> almost 10 years ago
83046b2f Added a relationship deletion unit test Philipp Schärer <p****r@a****h> almost 10 years ago
59f5da98 Fixed documentation typo Jerel Unruh <m****l@u****m> almost 10 years ago
a3655d5c Corrected API documentation formatting Jerel Unruh <m****l@u****m> almost 10 years ago
79b7c79f merge Merge pull request #170 from django-json-api/feature/meta Jonathan Senecal <j****l@u****m> almost 10 years ago
008f4df8 cleaned up tests Scott Fisk <s****t@q****m> almost 10 years ago
3aff5d2a use an included serializer's resource_name even when not included Scott Fisk <s****t@q****m> almost 10 years ago
eace45cc leftover uses of model.__name__ Scott Fisk <s****t@q****m> almost 10 years ago
73130e3d Fixed case where a missing `meta_field` value would error Jerel Unruh <m****l@u****m> almost 10 years ago
3b930777 Added documentation for meta usage and for renderer class Jerel Unruh <m****l@u****m> almost 10 years ago
7d43eb84 Added tests for extract_meta functions and top level meta objects Jerel Unruh <m****l@u****m> almost 10 years ago

← Back to repository