| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Because it matters ;)
|
|
RelatedField default value handling fixed
|
|
|
|
|
|
|
|
Display the media type of the API response on the browsable API
|
|
|
|
TestCases and POST/PUT'ing serialized data that contains `None`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pickling the response.
|
|
|
|
|
|
|
|
refactored apps.
|
|
Remove test_compat
|
|
|
|
|
|
|