| Age | Commit message (Collapse) | Author |
|
|
|
|
|
#1950.
|
|
|
|
|
|
|
|
|
|
|
|
override_method should substitute action
|
|
|
|
|
|
A view's action is dependent on the request method. When overriding the method (e.g. to generate a form for a POST request on a GET call to the browseable API), the action should be updated as well. Otherwise, viewset functions may be in a weird limbo state where a 'list' action has a POST method.
|
|
|
|
always obey X-HTTP-METHOD-OVERRIDE header
|
|
required to support old flash/flex clients that need to do everything as
GET requests (apparently to allow for any error handlings)
|
|
fix docstring typos.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
authentication fails
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mostly adding `from __future__ import unicode_literals` everywhere.
|
|
|
|
working
Conflicts:
rest_framework/authentication.py
rest_framework/relations.py
rest_framework/serializers.py
rest_framework/settings.py
rest_framework/tests/authentication.py
rest_framework/tests/genericrelations.py
rest_framework/tests/generics.py
rest_framework/tests/relations_hyperlink.py
rest_framework/tests/relations_nested.py
rest_framework/tests/relations_pk.py
rest_framework/tests/serializer.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and `upload_handlers`)
Consistency with renderer API.
|
|
|
|
|