| Age | Commit message (Collapse) | Author |
|
to @n8agrin for the bug report.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
fixed validationerror usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tutorial pt. 3 refers to SingleObjectBaseView; should be SingleObjectAPIView
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Making sure the assert does not fail when required=False, read_only=True
|
|
get_excluded_fieldnames() should respect Meta options' ability to be eit...
|
|
|
|
a tuple or list. Fixes #490.
Refactored `if self.opt.fields` out of the for loop.
Updated and cleaned up the validation-tests.
|
|
|
|
|
|
|
|
|
|
|
|
|