| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
pickling the response.
|
|
|
|
|
|
|
|
refactored apps.
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
sprymak-master
|
|
|
|
|
|
|
|
|
|
URL_FIELD_NAME setting
|
|
|
|
git://github.com/dustinfarris/django-rest-framework into dustinfarris-testing-nested-serializers
|
|
|
|
|
|
into cguethle-master
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix docstring typos.
|
|
|
|
|
|
django-rest-framework.org due to issues with naked domains
|
|
|
|
* base classes define it with one parameter
* BaseSerializer currently defines a second parameter, which we make optional here for method-dispatch passivity
|
|
|
|
|
|
|
|
|
|
get_full_path returns unicode, so we use build_absolute_uri which
returns iri_to_uri'ed one
|
|
|
|
Should it be that way?
|
|
|
|
|