| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix for #514
|
|
|
|
|
|
|
|
RelatedField should respect self.required
|
|
|
|
|
|
|
|
Writable Serializers - READ tests
|
|
|
|
|
|
|
|
1.6 import compatability
|
|
Fixes #509
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to @n8agrin for the bug report.
|
|
|
|
Serializer errors are: {'title': [u'This field is required.']}
|
|
All tests should still pass
Ref #514
|
|
|
|
string".
Signed-off-by: Joel Marcotte <skaner@gmail.com>
|
|
|
|
|
|
|
|
The paginator and its object serializer should share the same context.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|