GitHub / django-json-api/django-rest-framework-json-api / commits
JSON:API support for Django REST framework
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 1179637d | merge Merge pull request #43 from django-json-api/feature/RelatedField | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| d819a1ff | Corrected inflection setting management | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| a9dac873 | Added more python versions to Travis | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 2c2b01c5 | Moved simple string inflection to a function | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| f6aea887 | Updated error handling to support custom objects from the serializer | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| e102e479 | merge Merge branch 'develop' of github.com:django-json-api/django-rest-framework-js... | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| 86d55577 | Added support for RelatedFields and their variants | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| f0422e87 | merge Merge pull request #41 from django-json-api/jsenecal-pep8 | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| e0c35c80 | Quick PEP8 fix, removed 1 extra line | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| 3133361b | Fixed the detail-view rendering | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| 478f09ad | Added support for PrimaryKeyRelatedField and ListSerializer in extract_relati... | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| 6976a90f | Renamed utils.build_root for reusability | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| 9c435e05 | Renamed utils.build_root for reusability | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| f7a2e463 | Fixed a bug when using DefaultRouter | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| 26c3d426 | Fixed ordering of rendered data | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| ce63f54a | merge Merge github.com:jsenecal/django-rest-framework-json-api into jsenecal | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| e28a71f6 | merge Merge github.com:django-json-api/django-rest-framework-json-api into develop | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| d55affff | Work done on included data extraction | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| 676630d9 | Updated default paginator | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 991914f4 | Moved the root object formatting to a function | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| aaca0a13 | Remove the id field from attributes as it already exists in `data` | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| eae1180e | Working on related fields - ManyRelatedFields with HyperLinked relations are ... | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| 19d3e8d3 | Refactored JSON API Renderer | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| f33ca296 | WIP JSON API Renderer - Mishap with indentation | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| ae7b587f | WIP JSON API Renderer | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| 0dd80d7c | Fixed pagination data | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| 9f883866 | Removed duplicate import | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| 69801e95 | Updated .gitignore | Jonathan Senecal <j****l@z****m> | over 10 years ago | |
| f0c57ce1 | Updated to TravisCI's new infrastructure | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 403e6d1e | Updated to TravisCI's new infrastructure | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 20c06744 | Updated README with new repo name and gitter badge | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 88b147dc | Updated README with new repo name and gitter badge | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| aeabf51a | Fixed a link written in markdown for a rst file | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 4fb9aaf2 | Added a note to the main README about development | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| f7bf9ba4 | Tagging an alpha version to register the name on pypi | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 7957fa79 | Added basic JSON API format. ModelViewSets are mostly working. Issue #32 | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 799a7607 | Started updating documentation | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| bf432d6f | Fixed undefined variable | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| f03cdfda | Renamed package references in settings and resource | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 91db70d9 | Fixed uncaught AttributeError if attr doesn't exist | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| f379bf01 | Added missing re import | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 70518418 | Update get_resource_name | Eric Honkanen <e****c@e****m> | over 10 years ago | |
| f5ea1de3 | Refactored renderer, updated parser, added error handling to return | Eric Honkanen <e****c@e****m> | over 10 years ago | |
| 24f37a31 | merge Merged with upstream | Eric Honkanen <e****c@e****m> | over 10 years ago | |
| dacfdcee | Added an exception handler for validation (and other exception) errors. | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 30e134df | Fixed an issue with DRF 2.4.5 compat to close #31 | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| e61d8862 | Bumped patch version | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 5cecc89e | Added ordered dict to keep serializer order. Closes #30 | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 19bc74f7 | Tagged v1.3.0 to add support for DRF 3.1 pagination | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 9eea64f7 | merge Merge branch 'bugfix/python-3' | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 0aa13103 | Tagged v1.2.1 to fix python 3 support | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| a41d9d5f | Added updated pagination to support DRF 3.1 pagination style | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 472d86e7 | Updated tests for Python 3 | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 820092a3 | Began refactoring package towards json-api adapter | Eric Honkanen <e****c@e****m> | over 10 years ago | |
| be4a9c2b | Some PEP8/Pylint cleanup | Greg Aker <g****g@g****t> | over 10 years ago | |
| 14ed6fdb | update repo URLs/author emails | Greg Aker <g****g@g****t> | over 10 years ago | |
| 0d1ac591 | Import six from django.utils | Greg Aker <g****g@g****t> | over 10 years ago | |
| 12c8327c | merge Merge pull request #25 from erichonkanen/master | Greg Aker <g****g@g****t> | over 10 years ago | |
| 78569a95 | Fixed py3 compat issue | Eric Honkanen <e****c@e****m> | over 10 years ago | |
| b344a2dd | Added a note about number handling in the inflector | Jerel Unruh <m****l@u****m> | over 10 years ago | |
| 59a131a5 | merge Merge branch 'develop' of github.com:ngenworks/rest_framework_ember | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| 792ae658 | Release v1.2.0 | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| 6304cf6e | Fixed a strange failing test. Suggestions welcome | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| 8a380c2a | Corrected documentation line | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| a0ab359d | Refactored tests so we have an organized base to scale from | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| 0e8d1a62 | Updated travis.yml | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| ba155c04 | Documented the test runner | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| 2ea0fe29 | Git ignore .egg-info files | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| b177e3de | merge Merge branch 'develop' of github.com:ngenworks/rest_framework_ember into develop | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| dfa037e5 | merge Merge https://github.com/ForSpareParts/rest_framework_ember into test-runner | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| b39b169f | merge Merge pull request #21 from erichonkanen/master | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| 33ec2a3e | merge merged with develop | Eric Honkanen <e****c@e****m> | almost 11 years ago | |
| f80b5f02 | Fixed resource_name unbound issue | Eric Honkanen <e****c@e****m> | almost 11 years ago | |
| 62983b63 | Always camelize the resource name and do it properly. #18 | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| ca6ae82f | Removed duplicate code | Eric Honkanen <e****c@e****m> | almost 11 years ago | |
| 9b1bc1ed | Updated author email | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| 3d619518 | Reverted requires rest framework version to support 2.X.X backward compatibility | Eric Honkanen <e****c@e****m> | almost 11 years ago | |
| 6a5f0174 | Added check that resource_name is a string | Eric Honkanen <e****c@e****m> | almost 11 years ago | |
| 30c3c4a7 | Fix syntax | Eric Honkanen <e****c@e****m> | almost 11 years ago | |
| d5381ff7 | Added camelize of resource name | Eric Honkanen <e****c@e****m> | almost 11 years ago | |
| 92bd0ef3 | Changed the root key behavior to always be plural when content is a list | David Jackson <d****n@s****m> | almost 11 years ago | |
| 9726b321 | Added parser_context pass through | Eric Honkanen <e****c@e****m> | almost 11 years ago | |
| 33fb4fac | Added backwards compatibility with DRF 2.4.X, fixed media_type pass through | Eric Honkanen <e****c@e****m> | almost 11 years ago | |
| 25636c38 | Release v1.1.0 for DRF 3.0.x | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| 3732dc10 | merge Merge branch 'develop' | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| baa08158 | Updated version in setup.py | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| 0d9a4cf4 | Updated names so renderer, parser, and pagination are the same format | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| 4575958c | Fixed compatibility with DRF 3.0.0 | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| 84ecbb02 | Set a minimum DRF version for the next release | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| a8db9c15 | Specified the version of Django REST Framework for this version | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| 576a9c66 | merge Merge pull request #15 from erichonkanen/master | Jerel Unruh <m****l@u****m> | almost 11 years ago | |
| cb797650 | Updated setup.py to include inflection | Eric Honkanen <e****c@e****m> | almost 11 years ago | |
| 67b77a95 | Added camelize/pluralize/underscore conversion via format_keys function | Eric Honkanen <e****c@e****m> | almost 11 years ago | |
| 424be973 | Start moving docs to sphinx | Greg Aker <g****g@g****t> | about 11 years ago | |
| 3895a0dd | Version Bump | Greg Aker <g****g@g****t> | about 11 years ago | |
| dc93608f | merge Merge pull request #8 from ngenworks/sideload-resources | Jerel Unruh <m****l@u****m> | about 11 years ago | |
| 5e38c15b | merge Merge branch 'master' into sideload-resources | Greg Aker <g****g@g****t> | about 11 years ago | |
| 4a3e9895 | Rename test classes. | Greg Aker <g****g@g****t> | about 11 years ago | |
| 621ae7f7 | Return data when ``resource_name`` == False | Greg Aker <g****g@g****t> | about 11 years ago | |
| 14a6dc44 | Tabbing fix | Greg Aker <g****g@g****t> | about 11 years ago |