| Age | Commit message (Collapse) | Author |
|
#314 Fix for manytomany field being required in the payload even though ...
|
|
field is specified as readonly in the serializer
|
|
BrowsableAPIRenderer
Conflicts:
rest_framework/renderers.py - manually resolved conflict
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and `upload_handlers`)
Consistency with renderer API.
|
|
|
|
acceptable default value
|
|
|
|
https://github.com/tomchristie/django-rest-framework into restframework2
|
|
Removed serializers.TextField and related tests
|
|
|
|
|
|
|
|
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
|
|
This reverts commit de4604be0ab64da2d7da0a7054197278e566ced2.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not otherwise)
|
|
|
|
Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view)
|
|
|
|
|
|
|
|
|
|
BrowseableAPIRenderer
|
|
|
|
|