- 17 Oct, 2012 6 commits
-
-
Tom Christie 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 6 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Improve documentation for Requests
Tom Christie committed -
Tom Christie committed
-
Drop coverage in travis tests
Tom Christie committed
-
- 12 Oct, 2012 2 commits
-
-
Fix tiny typo
Tom Christie committed -
Jamie Matthews committed
-
- 11 Oct, 2012 4 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 10 Oct, 2012 8 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Permissions and throttles no longer have a view attribute on self. Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view)
Tom Christie committed -
Tom Christie committed
-