- 13 Dec, 2013 1 commit
-
-
Tom Christie committed
-
- 12 Dec, 2013 1 commit
-
-
Add get_ident method to base throttle class
Tom Christie committed
-
- 06 Dec, 2013 6 commits
- 03 Oct, 2013 2 commits
-
-
Fixed code example.
Tom Christie committed -
Omer Katz committed
-
- 25 Sep, 2013 3 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie 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 1 commit
-
-
bwreilly committed
-