- 06 Oct, 2013 1 commit
-
-
dpetzel committed
-
- 04 Oct, 2013 3 commits
-
-
Tom Christie committed
-
support args on get_object_or_404
Tom Christie committed -
Henry Clifford committed
-
- 03 Oct, 2013 4 commits
-
-
Tom Christie committed
-
Fix a TypeError when a serializer is created with files but no data
Tom Christie committed -
Philip Douglas committed
- 02 Oct, 2013 1 commit
-
-
Update release-notes.md
Tom Christie committed
-
- 01 Oct, 2013 1 commit
-
-
Simple typo fix.
Jeff committed
-
- 30 Sep, 2013 2 commits
-
-
corrected doc for throttle_classes decorator
Tom Christie committed -
the decorator actually expects an array and otherwise raise an exception.
Doron Pearl committed
-
- 29 Sep, 2013 2 commits
-
-
Minor documentation fix.
Tom Christie committed -
Krzysztof Jurewicz 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 11 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 -
Philip Douglas committed
-
Philip Douglas 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 1 commit
-