| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-12 | Add missing commas in relations.md | Álvaro Lázaro | |
| 2013-10-09 | Merge pull request #1071 from craigds/field-transform-methods | Carlton Gibson | |
| Feature: add transform_<fieldname> methods to serializers | |||
| 2013-10-03 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-10-03 | Drop erronous left-over bit of docs. Closes #1147 | Tom Christie | |
| 2013-10-03 | docs: add paragraph on transform_fieldname methods | Craig de Stigter | |
| 2013-09-30 | corrected doc for throttle_classes decorator | Doron Pearl | |
| the decorator actually expects an array and otherwise raise an exception. | |||
| 2013-09-23 | Match docs to current code. | Grzegorz Kapkowski | |
| 2013-09-12 | Note on '.model' as default only, with 'serializer_class', and 'queryset' ↵ | Tom Christie | |
| attributes prefered. Closes #1100 | |||
| 2013-09-11 | small typo correction on ViewSet example code | Diego Ponciano | |
| 2013-09-10 | Tweaks and docs to object-level model permissions. | Tom Christie | |
| 2013-09-07 | Extra docs on custom exception handling. | Tom Christie | |
| 2013-09-06 | Add EXCEPTION_HANDLER docs to exception docs | Andy Freeland | |
| 2013-09-06 | Support customizable view EXCEPTION_HANDLER | Andy Freeland | |
| Add `api_settings.EXCEPTION_HANDLER` to support custom error responses. Fixes #907. | |||
| 2013-09-06 | Fix typo | Tom Christie | |
| 2013-09-04 | Tiny typo fix | Tyler Hayes | |
| 2013-09-02 | Changed DOAC documentation link | Kevin Brown | |
| 2013-08-29 | minor sp | Brett Koonce | |
| 2013-08-29 | Add composed-permissions entry to the api-guide. | Andrey Antukh | |
| 2013-08-28 | Added `.cache` attribute on throttles. | Tom Christie | |
| Closes #1066. More localised than a new settings key, and more flexible in that different throttles can use different behavior. Thanks to @chicheng for the report! :) | |||
| 2013-08-28 | Docs for `MAX_PAGINATE_BY` setting & view attribute. | Tom Christie | |
| 2013-08-27 | Note 'request.session' as available on requests. | Tom Christie | |
| 2013-08-26 | More information on how actions are mapped to URLs in viewsets | Kristian Øllegaard | |
| 2013-08-25 | Add warning against HTMLFormRenderer | Tom Christie | |
| 2013-08-23 | Docs for HTMLFormRenderer | Tom Christie | |
| 2013-08-23 | Merge branch 'master' into html-form-renderer | Tom Christie | |
| 2013-08-23 | JSON responses should not include a charset | Tom Christie | |
| 2013-08-23 | Merge branch 'display-nested-data' into html-form-renderer | Tom Christie | |
| 2013-08-23 | Add missing period. | Tom Christie | |
| 2013-08-22 | Update parsers.md | Ramiro Morales | |
| s/renderers/parsers/ | |||
| 2013-08-21 | Docs tweaking around `check_object_permissions` | Tom Christie | |
| 2013-08-21 | Merge pull request #1050 from filipeximenes/master | Tom Christie | |
| Improving documentation about object level permissions #1049 | |||
| 2013-08-21 | Include import paths throughout docs. | Tom Christie | |
| Closes #1051. Thanks to @pydanny for the report. | |||
| 2013-08-20 | improving documentation about object level permissions #1049 | Filipe Ximenes | |
| 2013-08-19 | Document customizable view names/descriptions | Tom Christie | |
| 2013-08-16 | Tweak docs. | Tom Christie | |
| 2013-08-07 | Fixed typos in a bunch of docs | Veronica Lynn | |
| 2013-08-03 | Fixing typos in routers.md | James Summerfield | |
| 2013-08-01 | Add missing comma to generic view example. | Ricky Rosario | |
| 2013-07-31 | Fix typo | Stephan Groß | |
| 2013-07-31 | Add drf-any-permission docs entry | Stephan Groß | |
| 2013-07-29 | Minor typo fix | James Rutherford | |
| 2013-07-29 | Updated authtoken docs to mention south migrations | James Rutherford | |
| 2013-07-29 | Notes on customizing BrowsableAPIRenderer. Refs #1001 | Tom Christie | |
| 2013-07-29 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-07-29 | Docs about migrations and `post_save`. | Tom Christie | |
| Documentation detailing requirement to migrate prior to running `createsuperuser` if using an authtoken `post_save` signal. Closes #987. Thanks to @yprez. | |||
| 2013-07-25 | Fix *Throttle class names in the docs | Will Kahn-Greene | |
| * AnonThrottle -> AnonRateThrottle * UserThrottle -> UserRateThrottle * ScopedThrottle -> ScopedRateThrottle * (cosmetic) removed one errant whitespace character Fixes #1006. | |||
| 2013-07-18 | pedantic doc updates | Eric Buehl | |
| 2013-07-15 | Docs fix | Tom Christie | |
| 2013-07-15 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-07-15 | Added test case classes | Tom Christie | |
