| Age | Commit message (Collapse) | Author |
|
Fixes #1434
|
|
|
|
|
|
|
|
|
|
|
|
detected.
|
|
|
|
|
|
|
|
|
|
|
|
Because it matters ;)
|
|
RelatedField default value handling fixed
|
|
|
|
|
|
* Get rid of runtests.py
* Moved test code from rest_framework/tests and rest_framework/runtests to tests
* Invoke py.test from setup.py
* Invoke py.test from Travis
* Invoke py.test from tox
* Changed setUpClass to be just plain setUp in test_permissions.py
* Updated contribution guideline to show how to invoke py.test
|
|
|
|
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.
|
|
|
|
|
|
python 3 u'' gone
|
|
update regex for matching URLs, fixes issue #1386
|
|
|
|
|
|
|
|
memcached cannot handle spaces in keys
|
|
|
|
|
|
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.
|
|
|
|
|