- 03 Oct, 2013 1 commit
-
-
Tom Christie committed
-
- 26 Sep, 2013 2 commits
-
-
Tom Christie committed
- 24 Sep, 2013 2 commits
-
-
Tom Christie committed
-
Address pending deprecation of Model._meta.module_name in Django 1.6
Tom Christie committed
-
- 23 Sep, 2013 5 commits
-
-
Markus Kaiserswerth committed
-
Match docs to current code.
Tom Christie committed -
Grzegorz Kapkowski committed
-
Mindnumbingly trivial single-char typo.
Tom Christie committed -
John Mee committed
-
- 20 Sep, 2013 3 commits
-
-
Clear cached serializer data on `save()` + test. Fixes #1116.
Tom Christie committed -
Carlton Gibson committed
-
Carlton Gibson committed
-
- 18 Sep, 2013 2 commits
-
-
Fixing simple typo
Tom Christie committed -
Braulio Soncco 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 2 commits
-
-
Tom Christie committed
-
bwreilly committed
-