- 12 Mar, 2013 10 commits
-
-
Tom Christie committed
-
Support for X-HTTP-Method-Override Header
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
OAuth support
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Token scope permission class
Tom Christie committed -
Dave Kuhn committed
-
Dave Kuhn committed
-
- 10 Mar, 2013 7 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
PrimaryKeyRelatedField with OneToOneField serializes wrong object's id
Tom Christie committed -
Bouke Haarsma committed
-
Bouke Haarsma committed
-
Pierre Dulac committed
-
Pierre Dulac committed
-
- 09 Mar, 2013 2 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
- 08 Mar, 2013 18 commits
-
-
Tom Christie committed
-
Refs #702.
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
List deserialization
Tom Christie committed -
Tom Christie committed
-
For work on handling errors when deserializing lists of objects.
Tom Christie committed -
Tom Christie committed
-
https://github.com/bitmonkey/django-rest-framework
Merge branch 'master' of https://github.com/bitmonkey/django-rest-framework into list-deserialization
Tom Christie committed -
Fixes #705.
Tom Christie committed -
Tom Christie committed
-
For the awesome OAuth 2 support in #693.
Tom Christie committed -
Tom Christie committed
-
GenericAPIView now applies filter_backend for list and retrieve api views
Tom Christie committed -
Before this commit only the MultipleObjectAPIView would apply a filter_backend, leaving the SingleObjectAPIView to return objects you might otherwise expect to have been filtered out. It's worth mentioning that when a SingleObjectAPIView makes a request for an object that should be excluded, a 404 is the expected result.
toran billups committed -
index of bad item in data plus usual errors dict
Ian Dash committed
-
- 07 Mar, 2013 3 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-