| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
not otherwise)
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
https://github.com/tomchristie/django-rest-framework into restframework2
|
|
|
|
Added sticky footer and styles to HTML API page
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|