- 09 Mar, 2013 1 commit
-
-
Tom Christie committed
-
- 08 Mar, 2013 16 commits
-
-
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 9 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Refs #707.
Tom Christie committed -
Tom Christie committed
-
Fixed DateField with Empty Values (Fixes #707)
Tom Christie committed
-
- 06 Mar, 2013 14 commits
-
-
Patched DateField and DateTimeField to check for None values before trying to perform date(time) conversion. Signed-off-by: Kevin Stone <kevinastone@gmail.com>
Kevin Stone committed -
Signed-off-by: Kevin Stone <kevinastone@gmail.com>
Kevin Stone committed -
Prevent warning: no files found matching '*.txt' under directory
Tom Christie committed -
Pierre Dulac committed
-
Pierre Dulac committed
-
'rest_framework/templates' (there are only .html files in the templates directory).
Marko Tibold committed -
with a warning for incompatibility with Python 3 and taking @tomchristie advice into account on how to reformulate some sentences
Pierre Dulac committed -
otherwise log a warning
Pierre Dulac committed -
Pierre Dulac committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Datetime formats
Tom Christie committed -
Tom Christie committed
-