| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Feature: add transform_<fieldname> methods to serializers
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Let JSONEncoder handle Numpy data types.
 | 
 | 
 | 
 | 
Replace hard coded response status check with `allow_form` context
variable, so that it can be overridden in a custom renderer class.
 | 
 | 
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'.
 | 
 | 
 | 
 | 
 | 
 | 
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.
 | 
 | 
Add order_by to the AutoFilterSet
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
into bwreilly-master
 | 
 | 
`AutoFilterSet` should contains `order_by` set to all by default.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Add `api_settings.EXCEPTION_HANDLER` to support custom error responses.
Fixes #907.
 | 
 | 
 | 
 | 
class
 | 
 | 
Allow OPTIONS to retrieve PUT field metadata on empty objects
 | 
 | 
 | 
 | 
Fixes #1072
 | 
 | 
 | 
 | 
This allows OPTIONS to return the PUT endpoint's object serializer metadata when the object hasn't been created yet.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 |