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
79ce3835 Optimized imports Jonathan Senecal <j****l@z****m> about 10 years ago
1e71b91b Bad formatting fix Jonathan Senecal <j****l@z****m> about 10 years ago
c0dace2f merge Merge pull request #90 from django-json-api/feature/Metadata Jerel Unruh <m****l@u****m> about 10 years ago
4d878158 Updated documentation Jonathan Senecal <j****l@z****m> about 10 years ago
26bc5880 Added JSON:API OPTIONS metadata handler Jonathan Senecal <j****l@z****m> about 10 years ago
d016f1a9 merge Merge pull request #89 from django-json-api/unit-tests Jonathan Senecal <j****l@z****m> about 10 years ago
72f78291 Update README.rst Jonathan Senecal <j****l@z****m> about 10 years ago
09c12566 Update README.rst Jonathan Senecal <j****l@z****m> about 10 years ago
3b84cc9d Switched example serializer to use ModelSerializer Jerel Unruh <m****l@u****m> about 10 years ago
a9700907 Updated needed settings so the example app can work with Browsable API Jerel Unruh <m****l@u****m> about 10 years ago
f1c74153 Return an exception if it isn't a handled error (500) Jerel Unruh <m****l@u****m> about 10 years ago
5b645676 Added unit tests for key formatting and simple json resource building Jerel Unruh <m****l@u****m> about 10 years ago
99537bed merge Merge pull request #88 from django-json-api/feature/test-all-versions Jonathan Senecal <j****l@z****m> about 10 years ago
b51d3612 merge Merge pull request #87 from django-json-api/bugfix-issue86 Jerel Unruh <m****l@u****m> about 10 years ago
9ba86d0e Temporarily (perhaps permanently) removed support for DRF < 3.1. See issue #85 Jerel Unruh <m****l@u****m> about 10 years ago
c2198515 Don't try to extract data from a non-existent resource instance Jonathan Senecal <j****l@z****m> about 10 years ago
340673fb Cleaned up tests from merges Jerel Unruh <m****l@u****m> about 10 years ago
f55076ea merge Merge pull request #82 from django-json-api/feature/optimization Jerel Unruh <m****l@u****m> about 10 years ago
cc207d71 merge Merge pull request #83 from django-json-api/revert-75-feature/JsonAPISpec Jerel Unruh <m****l@u****m> about 10 years ago
0eff8c80 Revert "Prevent django from throwing errors if url is None" Jonathan Senecal <j****l@z****m> about 10 years ago
3fa4c9e2 Readability, DRY and refactorisation Jonathan Senecal <j****l@z****m> about 10 years ago
3498201a merge Merge pull request #75 from django-json-api/feature/JsonAPISpec Jerel Unruh <m****l@u****m> about 10 years ago
03826995 merge Merge pull request #76 from adfinis-sygroup/develop Jerel Unruh <m****l@u****m> about 10 years ago
fb6196ae DRY Fix for relation_type Jonathan Senecal <j****l@z****m> about 10 years ago
9b00d1b8 Moved the pluralization of the relation names to the formatting method Stefan Heinemann <s****n@c****h> about 10 years ago
97cec752 Documented the new relation format option Stefan Heinemann <s****n@c****h> about 10 years ago
ad4caafc merge Merge branch 'develop' of github.com:django-json-api/django-rest-framework-js... Jonathan Senecal <x****x@g****m> about 10 years ago
d122fa39 Removed extract_id_from_url as we now have access to the resource instance Jonathan Senecal <x****x@g****m> about 10 years ago
969543f8 The values of the id and type members MUST be strings Jonathan Senecal <x****x@g****m> about 10 years ago
0ddd1404 Removed extract_id as we now have access to the resource instance Jonathan Senecal <x****x@g****m> about 10 years ago
d997b0b4 Fixed nested if/else from merge Jerel Unruh <m****l@u****m> about 10 years ago
835c00e6 merge Merge pull request #73 from hnakamur/modify_exception_handler_for_authenticat... Jerel Unruh <m****l@u****m> about 10 years ago
57eb234d merge Merge pull request #81 from django-json-api/jsenecal-bugfix Jerel Unruh <m****l@u****m> about 10 years ago
b1a774d9 Fixed missing attribute to build_json_resource_obj and bug with empty Hyperli... Jonathan Senecal <j****l@z****m> about 10 years ago
a1b06b8e merge Merge pull request #80 from django-json-api/feature/HyperlinkedIdentityField Jerel Unruh <m****l@u****m> about 10 years ago
fe169b9f merge Merge pull request #79 from django-json-api/feature/optimization Jerel Unruh <m****l@u****m> about 10 years ago
8dfc3a65 Removed support for HyperlinkedRouterField (Replaced by HyperlinkedIdentityFi... Jonathan Senecal <j****l@z****m> about 10 years ago
389db446 Added support for HyperlinkedIdentityField Jonathan Senecal <j****l@z****m> about 10 years ago
25e693a2 Optimizations for parsing relation data Jonathan Senecal <j****l@z****m> about 10 years ago
2a0b5880 merge Merge pull request #78 from adfinis-sygroup/exception_split Jonathan Senecal <j****l@z****m> about 10 years ago
e72b6272 Fix for some error messages that were split into several messages Stefan Heinemann <s****n@c****h> about 10 years ago
54bbf82b merge Merge pull request #69 from django-json-api/feature/drf-nested-routers Jonathan Senecal <j****l@z****m> about 10 years ago
0efc088f Optimization fixes Jonathan Senecal <j****l@z****m> about 10 years ago
eeab4607 Feature to format the relation names Stefan Heinemann <s****n@c****h> about 10 years ago
2f49d370 Fixed issue where the field would not return the proper relations and count i... Jonathan Senecal <x****x@g****m> about 10 years ago
24aaabd5 Rolled back unneded changes Jonathan Senecal <j****l@z****m> about 10 years ago
cf7693b0 Fixed issue where the wrong type was returned for HyperlinkedRouterField Jonathan Senecal <j****l@z****m> about 10 years ago
522e7bd7 Prevent django from throwing errors is url is None Jonathan Senecal <x****x@g****m> about 10 years ago
d6d3f3e5 Make an error object to conform JSON API spec Hiroaki Nakamura <h****r@g****m> about 10 years ago
536bed6c Modify exception_handler for a string error like AuthenticationError Hiroaki Nakamura <h****r@g****m> about 10 years ago
1c0cb727 added blog app and rebased onto new tests abdulhaq <e****9@g****m>
Committed by: Jerel Unruh <m****l@u****m>
about 10 years ago
4826211f better handling for unicode, should fix some tests abdulhaq <e****9@g****m>
Committed by: Jerel Unruh <m****l@u****m>
about 10 years ago
3da94928 Check for legacy pagination case without relying on catching an assertion Scott Fisk <s****t@q****m>
Committed by: Jerel Unruh <m****l@u****m>
about 10 years ago
47933b01 Introduced support for nested relationships urls with drf-nested-routers Jonathan Senecal <j****l@z****m> about 10 years ago
12aba08b automated testing for all environments. #67, Closes #66 abdulhaq <e****9@g****m>
Committed by: Jerel Unruh <m****l@u****m>
about 10 years ago
f396c89c merge Merge pull request #64 from django-json-api/jerel-patch-1 Jonathan Senecal <j****l@z****m> about 10 years ago
dd68d9a7 Corrected package naming in docs Jerel Unruh <m****l@u****m> about 10 years ago
58a87ba5 Corrected package naming in the README Jerel Unruh <m****l@u****m> about 10 years ago
8c45bff7 merge Merge pull request #60 from django-json-api/feature/JsonAPISpec Jerel Unruh <m****l@u****m> over 10 years ago
f4b38e46 merge Merge branch 'develop' of github.com:django-json-api/django-rest-framework-js... Jonathan Senecal <j****l@z****m> over 10 years ago
9e427d99 fixed test `test_key_in_post` to have the correct content_type Jonathan Senecal <j****l@z****m> over 10 years ago
4075cbe0 merge Merge pull request #61 from django-json-api/drf-3.2-compat Jerel Unruh <m****l@u****m> over 10 years ago
450e9415 Fix for deprecation of `request.QUERY_PARAMS` in DRF 3.2` Jonathan Senecal <j****l@z****m> over 10 years ago
77c97ea4 Fix for deprecation of `request.QUERY_PARAMS` in DRF 3.2` Jonathan Senecal <j****l@z****m> over 10 years ago
247e2112 Fixed TravisCI badge Jerel Unruh <m****l@u****m> over 10 years ago
252bdbc1 Parser is now JSON:API compliant Jonathan Senecal <j****l@z****m> over 10 years ago
377a0188 Avoid throwing exceptions with the default exception handler Jonathan Senecal <j****l@z****m> over 10 years ago
6cfad801 Added `Conflict` APIException Jonathan Senecal <j****l@z****m> over 10 years ago
403a4b21 For list view, ensure 'results' in data Dawn Pattison <p****r@g****m>
Committed by: Jerel Unruh <m****l@u****m>
over 10 years ago
6717ef08 Tagged alpha.2 Jerel Unruh <m****l@u****m> over 10 years ago
04738fa4 Added format 'vnd.api+json' for the browsable API Jonathan Senecal <j****l@z****m> over 10 years ago
b3599d46 Use list() safe `get` method instead of accessing keys direclty Jonathan Senecal <j****l@z****m> over 10 years ago
f3e45d6e Fixed the parser's media_type and renderer_class to 'application/vnd.api+json' Jonathan Senecal <j****l@z****m> over 10 years ago
6e9af6ba merge Merge pull request #55 from django-json-api/Fix-#53 Jerel Unruh <m****l@u****m> over 10 years ago
c6d52140 Fix #53 Jonathan Senecal <j****l@z****m> over 10 years ago
3b716ff6 merge Merge pull request #52 from bierdybard/develop Jerel Unruh <m****l@u****m> over 10 years ago
05eac28a utils.get_related_resource_type: remove check for relation.field_name Nick Meyer <b****d@g****m> over 10 years ago
54cce053 Update utils.get_related_resource_type to check for relation.source before fa... Nick Meyer <b****d@g****m> over 10 years ago
e6bb75fc Override media_type in renderers.JSONRenderer as required by JSON API 1.0 spec Nick Meyer <b****d@g****m> over 10 years ago
7f4676e5 merge Merge pull request #49 from django-json-api/jsenecal-bugfix Jerel Unruh <m****l@u****m> over 10 years ago
52776278 merge Merge pull request #51 from django-json-api/feature/readme-update Jonathan Senecal <j****l@z****m> over 10 years ago
fbd32fdf merge Merge pull request #50 from django-json-api/feature/JsonAPISpec Jerel Unruh <m****l@u****m> over 10 years ago
40dc455f Bugfix for reverse relationships Jonathan Senecal <j****l@z****m> over 10 years ago
0119b02e A compound document MUST NOT include more than one resource object for each t... Jonathan Senecal <j****l@z****m> over 10 years ago
d05dd283 Implemented ManyToOne and OneToOne included relationships Jonathan Senecal <j****l@z****m> over 10 years ago
5c269126 Removed encoding.force_text for extracted attributes to prevent booleans and ... Jonathan Senecal <j****l@z****m> over 10 years ago
e768547d Added included items to detailed views Jonathan Senecal <j****l@z****m> over 10 years ago
ab0d6aee DRY fix: Created get_related_resource_type() Jonathan Senecal <j****l@z****m> over 10 years ago
14a303af merge Merge pull request #47 from django-json-api/jsenecal-bugfix Jerel Unruh <m****l@u****m> over 10 years ago
6fbbdc3b Fix for APIViews in the renderer Jonathan Senecal <j****l@z****m> over 10 years ago
8a97379c merge Merge pull request #46 from django-json-api/feature/JsonAPISpec Jerel Unruh <m****l@u****m> over 10 years ago
0a835851 Added links to documentation on readthedocs.org Jerel Unruh <m****l@u****m> over 10 years ago
16334785 Empty attributes should return null and not a string Jonathan Senecal <j****l@z****m> over 10 years ago
dfd334b0 merge Merge pull request #45 from django-json-api/feature/RelatedField Jerel Unruh <m****l@u****m> over 10 years ago
7fffd21a Fixed a bug with empty relationships Jonathan Senecal <j****l@z****m>
Committed by: Jerel Unruh <m****l@u****m>
over 10 years ago
9fec16b9 Added initial documentation Jerel Unruh <m****l@u****m> over 10 years ago
c337c667 merge Merge branch 'docs' of github.com:django-json-api/django-rest-framework-json-... Jerel Unruh <m****l@u****m> over 10 years ago
b46668e9 Tagged v2.0.0-alpha.1 to get something more solid on pypi Jerel Unruh <m****l@u****m> over 10 years ago
93406e3e merge Merge pull request #44 from django-json-api/feature/errors Jonathan Senecal <j****l@z****m> over 10 years ago
3cb57d8d Adds support for validation errors raised in views Jerel Unruh <m****l@u****m> over 10 years ago

← Back to repository