| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-29 | Include serialized content in raw data form. | Tom Christie | |
| 2013-08-29 | Make ChoiceField.from_native() follow IntegerField behaviour on empty values | Mathieu Pillard | |
| 2013-08-29 | Add `override_method` context manager and cleanup. | Tom Christie | |
| 2013-08-29 | add transform_<fieldname> methods to serializers, which basically do the ↵ | Craig de Stigter | |
| opposite of validate_<fieldname> on a per-field basis. | |||
| 2013-08-28 | Simplifying raw data renderering support | Tom Christie | |
| 2013-08-28 | Throttles now use HTTP_X_FORWARDED_FOR, falling back to REMOTE_ADDR to ↵ | Tom Christie | |
| identify anonymous requests | |||
| 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 | Tweak MAX_PAGINATE_BY behavior in edge case. | Tom Christie | |
| Always respect `paginate_by` settings if client does not specify page size. (Even if the developer has misconfigured, so that `paginate_by > max`.) | |||
| 2013-08-27 | Merge branch 'max_paginate_by' of ↵ | Tom Christie | |
| git://github.com/alexander-akhmetov/django-rest-framework into alexander-akhmetov-max_paginate_by | |||
| 2013-08-27 | fix for python3 | Alexander Akhmetov | |
| 2013-08-27 | Use view.settings for API settings, to make testing easier. | Tom Christie | |
| 2013-08-27 | Move exception handler out of main view | Tom Christie | |
| 2013-08-27 | Move settings into more sensible ordering | Tom Christie | |
| 2013-08-27 | First hacky pass at displaying raw data | Tom Christie | |
| 2013-08-26 | Added max_paginate_by parameter | Alexander Akhmetov | |
| 2013-08-25 | Merge pull request #1058 from ericbuehl/master | Tom Christie | |
| parameterize identity field serializer class to allow for easier subclassing | |||
| 2013-08-23 | parameterize identity field class to allow for easier subclassing | Eric Buehl | |
| 2013-08-23 | Extra docs | 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 | Adding standard renderer attributes and documenting | Tom Christie | |
| 2013-08-23 | Cleanup and dealing with empty form data. | Tom Christie | |
| 2013-08-23 | Fix failing test for router with no trailing slash | Tom Christie | |
| 2013-08-23 | Don't consume .json style suffixes with routers. | Tom Christie | |
| When trailing slash is false, the lookup regex should not consume '.' characters. Fixes #1057. | |||
| 2013-08-23 | Merge branch 'display-nested-data' into html-form-renderer | Tom Christie | |
| 2013-08-23 | First pass at HTMLFormRenderer | Tom Christie | |
| 2013-08-23 | Tweaks to display nested data in empty serializers | Tom Christie | |
| 2013-08-23 | Extra docs on PATCH with no object. | Tom Christie | |
| 2013-08-23 | Merge pull request #1034 from KrzysiekJ/patch-create-fallback-removal | Tom Christie | |
| PATCH requests should not be able to create objects. | |||
| 2013-08-23 | Add validation error test when passing non-file to FileField | Tom Christie | |
| 2013-08-23 | Merge branch 'fix_937' of git://github.com/aburgel/django-rest-framework ↵ | Tom Christie | |
| into aburgel-fix_937 | |||
| 2013-08-23 | force_authenticate(None) also clears session info. | Tom Christie | |
| Closes #1055. | |||
| 2013-08-21 | If page size query param <= 0, just use default page size. | Tom Christie | |
| Closes #1028. | |||
| 2013-08-19 | Merge branch 'boolean-field-required-1004' of ↵ | Tom Christie | |
| git://github.com/willkg/django-rest-framework | |||
| 2013-08-19 | Only HTML forms should have implicit default False for boolean fields | Tom Christie | |
| 2013-08-19 | Document customizable view names/descriptions | Tom Christie | |
| 2013-08-19 | Move view name/description functions into public space | Tom Christie | |
| 2013-08-19 | Merge branch 'master' of git://github.com/chrispaolini/django-rest-framework ↵ | Tom Christie | |
| into chrispaolini-master | |||
| 2013-08-18 | Updated tests for view name and description | Christopher Paolini | |
| Updated the tests to use the default view_name and view_description functions in the formatter through the default in settings. | |||
| 2013-08-17 | Updated default view name/description functions | Christopher Paolini | |
| Forgot to update the default view name/description functions to the new setup. | |||
| 2013-08-17 | Improved view/description function setting | Christopher Paolini | |
| Now supports each View having its own name and description function and overriding the global default. | |||
| 2013-08-16 | Settings now have default functions | Christopher Paolini | |
| Updated the setting to have a default function. | |||
| 2013-08-16 | Add test for BooleanField and required | Will Kahn-Greene | |
| This tests setting required=True on a BooleanField. Test for issue #1004. | |||
| 2013-08-16 | Version 2.3.72.3.7 | Tom Christie | |
| 2013-08-15 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-08-15 | AnonRateThrottle should always allow authenticated users. Closes #994 | Tom Christie | |
| 2013-08-15 | Ability to override name/description of view | Christopher Paolini | |
| Added settings and additions to formatting.py | |||
| 2013-08-14 | Update filters.py | Chad Barrington | |
| Fixed cut n pasted get_ordering docstring for ya bro. | |||
| 2013-08-14 | Update filters.py | Chad Barrington | |
| Here's a little cleanup for ya, brah! | |||
| 2013-08-14 | Merge pull request #1038 from jsatt/nontime_throttling | Tom Christie | |
| don't set X-Throttle-Wait-Second header if throttle wait is None | |||
