| Age | Commit message (Collapse) | Author |
|
https://github.com/tomchristie/django-rest-framework/issues/192
missing:
- get fields for method (currently all the same)
- tests
- right placement of code
|
|
|
|
|
|
|
|
|
|
|
|
More consistent auth failure behavior.
|
|
|
|
|
|
|
|
|
|
|
|
Also document correctly - these methods are now public and will fall
under the deprecation policy from now on.
|
|
|
|
Most of these had obvious exceptions which would be thrown. Some I'm not
sure about but they should at least catch only Exception so as not to
ignore SystemExit and other inappropriate Error classes.
|
|
Mostly adding `from __future__ import unicode_literals` everywhere.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and `upload_handlers`)
Consistency with renderer API.
|
|
|
|
|
|
|
|
|
|
Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
less confusing
|
|
|
|
|
|
|