| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-03 | docs: add paragraph on transform_fieldname methods | Craig de Stigter | |
| 2013-10-03 | add tests for transform_fieldname methods | Craig de Stigter | |
| 2013-10-02 | Fix rendering of forms and add error rendering on HTML form | Tom Christie | |
| 2013-10-02 | Serializers can now be rendered directly to HTML | Tom Christie | |
| 2013-10-02 | Merge pull request #1144 from jeffnuss/patch-1 | Tom Christie | |
| Update release-notes.md | |||
| 2013-10-01 | Update release-notes.md | Jeff | |
| Simple typo fix. | |||
| 2013-09-30 | Merge pull request #1140 from doronpr/patch-1 | Tom Christie | |
| corrected doc for throttle_classes decorator | |||
| 2013-09-30 | corrected doc for throttle_classes decorator | Doron Pearl | |
| the decorator actually expects an array and otherwise raise an exception. | |||
| 2013-09-29 | Merge pull request #1136 from KrzysiekJ/patch-1 | Tom Christie | |
| Minor documentation fix. | |||
| 2013-09-29 | Minor documentation fix. | Krzysztof Jurewicz | |
| 2013-09-26 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-09-26 | Allow .template_name attribute specified on view. Closes #1000 | Tom Christie | |
| 2013-09-24 | Added @mkai, for work on #1126. Thanks! | Tom Christie | |
| 2013-09-24 | Merge pull request #1126 from mkai/_django1.6_model_name | Tom Christie | |
| Address pending deprecation of Model._meta.module_name in Django 1.6 | |||
| 2013-09-23 | Address pending deprecation of Model._meta.module_name in Django 1.6 | Markus Kaiserswerth | |
| 2013-09-23 | Merge pull request #1125 from gkapkowski/patch-1 | Tom Christie | |
| Match docs to current code. | |||
| 2013-09-23 | Match docs to current code. | Grzegorz Kapkowski | |
| 2013-09-22 | Merge pull request #1124 from johnmee/patch-1 | Tom Christie | |
| Mindnumbingly trivial single-char typo. | |||
| 2013-09-23 | Mindnumbingly trivial single-char typo. | John Mee | |
| 2013-09-20 | Merge pull request #1117 from carltongibson/#1116 | Tom Christie | |
| Clear cached serializer data on `save()` + test. Fixes #1116. | |||
| 2013-09-20 | Correct typo in doc string. | Carlton Gibson | |
| 2013-09-20 | Clear cached serializer data on `save()` + test. Fixes #1116. | Carlton Gibson | |
| 2013-09-17 | Merge pull request #1115 from soncco/patch-1 | Tom Christie | |
| Fixing simple typo | |||
| 2013-09-18 | Fixing simple typo | Braulio Soncco | |
| 2013-09-15 | [Add]: CustomValidationTests.test_partial_update | Colin Huang | |
| This test is to make sure that validate_<attrname> is not called when partial=True and <attrname> is not found in .data. | |||
| 2013-09-13 | Update release notes. | Tom Christie | |
| 2013-09-13 | Merge pull request #1107 from dpretty/master | Tom Christie | |
| Let JSONEncoder handle Numpy data types. | |||
| 2013-09-13 | Added @mrmachine. Thanks! | Tom Christie | |
| For work on #1109. | |||
| 2013-09-13 | Merge pull request #1109 from thirstydigital/tickets/1105-renderer-context | Tom Christie | |
| Fixed #1105 -- Add hook for custom context in `BrowsableAPIRenderer`. | |||
| 2013-09-14 | Refs #1109 -- Update docs. Integrate changes from feedback. | Tai Lee | |
| 2013-09-13 | Fixed #1105 -- Add hook for custom context in `BrowsableAPIRenderer`. | Tai Lee | |
| Replace hard coded response status check with `allow_form` context variable, so that it can be overridden in a custom renderer class. | |||
| 2013-09-13 | Merge pull request #1108 from rbose85/master | Tom Christie | |
| Typo in strings referring to Python package, django-filter. | |||
| 2013-09-13 | Typo in strings referring to Python package, django-filter. | Rajiv Bose | |
| On skip of django_filters related unit-tests the reason given states the Python package 'django-filters' is not install. However, the Python package required to run django_filters related tests is 'django-filter'. | |||
| 2013-09-13 | Merge remote-tracking branch 'upstream/master' | Philip Douglas | |
| 2013-09-13 | Try a more localised fix to the data=None problem | Philip Douglas | |
| 2013-09-13 | Let JSONEncoder handle Numpy data types. | David Pretty | |
| json.JSONEncoder cannot serialize Numpy data types. Numpy arrays and array scalars have a tolist() method which casts the object to a standard python data type. | |||
| 2013-09-12 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-09-12 | Note on '.model' as default only, with 'serializer_class', and 'queryset' ↵ | Tom Christie | |
| attributes prefered. Closes #1100 | |||
| 2013-09-12 | Merge pull request #1097 from mociepka/add_default_order_by_in_filtering | Tom Christie | |
| Add order_by to the AutoFilterSet | |||
| 2013-09-12 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-09-12 | Fix django guardian link | Tom Christie | |
| 2013-09-12 | Add missing newline at the end of test file | Philip Douglas | |
| 2013-09-12 | Fix error when serializer gets files but no data | Philip Douglas | |
| 2013-09-12 | Merge pull request #1099 from diegoponciano/patch-1 | Tom Christie | |
| small typo correction on ViewSet example code | |||
| 2013-09-11 | small typo correction on ViewSet example code | Diego Ponciano | |
| 2013-09-11 | Version 2.3.82.3.8 | Tom Christie | |
| 2013-09-10 | Added @bwreilly for awesome work on #1093. Thanks!!! | Tom Christie | |
| 2013-09-10 | Add Django Guardian to travis testing | Tom Christie | |
| 2013-09-10 | Updated release notes | Tom Christie | |
| 2013-09-10 | Tweaks and docs to object-level model permissions. | Tom Christie | |
