- 16 Oct, 2013 1 commit
-
-
The error occurs when serializer is set with partial=True and a field-level validation is defined on a field, for which there's no corresponding update value in .data
Colin Huang committed
-
- 16 Sep, 2013 1 commit
-
-
This test is to make sure that validate_<attrname> is not called when partial=True and <attrname> is not found in .data.
Colin Huang committed
-
- 13 Sep, 2013 9 commits
-
-
Tom Christie committed
-
Let JSONEncoder handle Numpy data types.
Tom Christie committed -
For work on #1109.
Tom Christie committed -
Fixed #1105 -- Add hook for custom context in `BrowsableAPIRenderer`.
Tom Christie committed -
Tai Lee committed
-
Replace hard coded response status check with `allow_form` context variable, so that it can be overridden in a custom renderer class.
Tai Lee committed -
Typo in strings referring to Python package, django-filter.
Tom Christie committed -
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'.
Rajiv Bose committed -
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.
David Pretty committed
-
- 12 Sep, 2013 6 commits
-
-
Note on '.model' as default only, with 'serializer_class', and 'queryset' attributes prefered. Closes #1100
Tom Christie committed -
Add order_by to the AutoFilterSet
Tom Christie committed -
Tom Christie committed
-
small typo correction on ViewSet example code
Tom Christie committed
- 11 Sep, 2013 2 commits
-
-
Diego Ponciano committed
-
Tom Christie committed
-
- 10 Sep, 2013 6 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
`AutoFilterSet` should contains `order_by` set to all by default.
Michał Ociepka committed
-
- 09 Sep, 2013 3 commits
-
-
Tom Christie committed
-
bwreilly committed
-
bwreilly committed
-
- 08 Sep, 2013 3 commits
- 07 Sep, 2013 2 commits
-
-
Tom Christie committed
-
Support customizable view EXCEPTION_HANDLER (#907)
Tom Christie committed
-
- 06 Sep, 2013 5 commits
-
-
Andy Freeland committed
-
Add `api_settings.EXCEPTION_HANDLER` to support custom error responses. Fixes #907.
Andy Freeland committed -
bwreilly committed
-
bwreilly committed
-
Tom Christie committed
-
- 05 Sep, 2013 2 commits
-
-
Tom Christie committed
-
Allow OPTIONS to retrieve PUT field metadata on empty objects
Tom Christie committed
-