- 19 Oct, 2012 2 commits
-
-
Tom Christie committed
-
Added tests for dotted notation in serializer field source
Daniel Sokolowski committed
-
- 18 Oct, 2012 5 commits
-
-
Ian Strachan committed
-
Tom Christie committed
-
Tom Christie committed
-
Make settings consistent with corrosponding view attributes
Tom Christie committed -
Tom Christie committed
-
- 17 Oct, 2012 14 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Parser refactor
Tom Christie committed -
Tom Christie committed
-
Consistency with renderer API.
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Make default field check safe for boolean values
Tom Christie committed -
Rob Dobson committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Typo in class name fixed
Tom Christie committed -
eofs committed
-
- 16 Oct, 2012 1 commit
-
-
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2
Tom Christie committed
-
- 15 Oct, 2012 10 commits
-
-
Removed serializers.TextField and related tests
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Jens Alm committed
-
Added TextField to serializer
Tom Christie committed -
I realized that per the django forms, there is no need for a separate TextField, an unlimited CharField is perfectly good. Also added default field for the different IntegerField types
Jens Alm committed -
ListModelMixin uses the get_queryset from the MultipleObjectMixin. This method can be overridden on the View class to return a different queryset, but get_queryset doesn't accept a request parameter in. This commit adds the limit_list hook to override if you want to limit the queryset based on request-information such as the logged in user.
Jens Alm committed -
Jens Alm committed
-
Jens Alm committed
-
- 14 Oct, 2012 3 commits
-
-
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
- 13 Oct, 2012 5 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Improve documentation for Requests
Tom Christie committed -
Tom Christie committed
-