| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 pull request #1097 from mociepka/add_default_order_by_in_filtering | Tom Christie | |
| Add order_by to the AutoFilterSet | |||
| 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-11 | Version 2.3.82.3.8 | Tom Christie | |
| 2013-09-10 | Tweaks and docs to object-level model permissions. | Tom Christie | |
| 2013-09-10 | Merge branch 'master' of git://github.com/bwreilly/django-rest-framework ↵ | Tom Christie | |
| into bwreilly-master | |||
| 2013-09-10 | Add order_by to the AutoFilterSet | Michał Ociepka | |
| `AutoFilterSet` should contains `order_by` set to all by default. | |||
| 2013-09-09 | better doc for object permissions, drop redundant has_permission call | bwreilly | |
| 2013-09-09 | removed unnecessary guardian req and view.action parsing | bwreilly | |
| 2013-09-07 | switch to a dedicated filter for read list object permissions | bwreilly | |
| 2013-09-07 | first pass at object level permissions and tests | bwreilly | |
| 2013-09-07 | necessary test settings for guardian | bwreilly | |
| 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 | some properly failing tests, set up for standard permissions | bwreilly | |
| 2013-09-06 | added guardian as optional requirement, stubbed out object-level permission ↵ | bwreilly | |
| class | |||
| 2013-09-05 | Merge pull request #1076 from edmondwong/master | Tom Christie | |
| Allow OPTIONS to retrieve PUT field metadata on empty objects | |||
| 2013-09-03 | Added test for OPTIONS before object creation from a PUT | Edmond Wong | |
| 2013-08-31 | Handle case where obj=None in PKRelatedField.field_to_native() | Yuri Prezument | |
| Fixes #1072 | |||
| 2013-08-31 | Regression test for #1072 | Yuri Prezument | |
| 2013-08-30 | Allow OPTIONS to retrieve PUT field metadata on empty objects | Edmond Wong | |
| This allows OPTIONS to return the PUT endpoint's object serializer metadata when the object hasn't been created yet. | |||
| 2013-08-30 | Browsable API tab preferences should be site-wide | Tom Christie | |
| 2013-08-30 | Fix failing empty serializer test | Tom Christie | |
| 2013-08-30 | Drop broken placeholder serializations. | Tom Christie | |
| 2013-08-29 | Fix multipart error when used via content-type overloading | Tom Christie | |
| 2013-08-29 | Merge branch 'master' into display-raw-data | Tom Christie | |
| 2013-08-29 | Fix breadcrumb view names | Tom Christie | |
| 2013-08-29 | Fix indenting on raw data forms | Tom Christie | |
| 2013-08-29 | Fix tab preferences on PUT forms | Tom Christie | |
| 2013-08-29 | Preserve tab preference in cookies. | Tom Christie | |
| 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 | |
