| Age | Commit message (Collapse) | Author |
|
Test put as create
|
|
|
|
|
|
|
|
Tutorial refactor
|
|
for PUTing on a non-existing slug-based url.
Fix doctoring for 'test_put_cannot_set_id'.
|
|
|
|
Prevents tests from running by default when rest_framework is installed
as 3rd party app.
Fixes #316, #185
|
|
|
|
|
|
|
|
|
|
field is specified as readonly in the serializer
|
|
|
|
|
|
|
|
|
|
|
|
acceptable default value
|
|
Removed serializers.TextField and related tests
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a Travis build failures on python 2.6:
https://travis-ci.org/#!/tomchristie/django-rest-framework/builds/2746628
|
|
|
|
|
|
|
|
This changes the test from the failing checking for status 400. See
discussion here:
https://github.com/tomchristie/django-rest-framework/pull/169#issuecomment-9240480
|
|
The filter support uses django-filter to work its magic.
|
|
|
|
Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view)
|
|
BrowseableAPIRenderer
|
|
RelatedField/ManyRelatedField instead
|
|
|
|
make model fields with a default value be not required
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|