| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to @n8agrin for the bug report.
|
|
|
|
|
|
Conflicts:
rest_framework/serializers.py
rest_framework/tests/serializer.py
|
|
|
|
Serializer errors are: {'title': [u'This field is required.']}
|
|
All tests should still pass
Ref #514
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Joel Marcotte <skaner@gmail.com>
|
|
django 1.5b2
|
|
string".
Signed-off-by: Joel Marcotte <skaner@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
The paginator and its object serializer should share the same context.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Making sure the assert does not fail when required=False, read_only=True
|
|
|
|
a tuple or list. Fixes #490.
Refactored `if self.opt.fields` out of the for loop.
Updated and cleaned up the validation-tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When incorrect parameters are supplied to the obtain auth token view
400 *is* the correct response.
|
|
|