| Age | Commit message (Collapse) | Author | 
 | 
python 3 u'' gone
 | 
 | 
memcached cannot handle spaces in keys
 | 
 | 
 | 
 | 
 | 
 | 
class docstring.
 | 
 | 
 | 
 | 
 | 
 | 
Import force_bytes on django >= 1.5
 | 
 | 
Django's encode_multipart was updated in django 1.5 to work internally
with unicode and convert to bytes.
In django >= 1.5 we therefore need to pass the BOUNDARY as unicode. In
django < 1.5 we still need to pass it as bytes.
 | 
 | 
 | 
 | 
 | 
 | 
Remove test_compat
 | 
 | 
 | 
 | 
 | 
 | 
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?
 | 
 | 
 |