| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Reduce nesting, return early in error cases.
|
|
update regex for matching URLs, fixes issue #1386
|
|
|
|
|
|
|
|
|
|
|
|
class docstring.
|
|
* regex for matching URLs was rewritten
* added unittests
|
|
|
|
|
|
|
|
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
|
|
|