| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fix test_with_content_type_args to pass regardless of JSON library idiosyncracies
|
|
|
|
|
|
Fixes #78.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added an additional attribute `unknown_form_fields` to `FormResource`
|
|
|
|
This can be easily re-implemented in a view, to allow the user to take
such things as request.user into account when creating the queryset.
|
|
|
|
|
|
|
|
If the attribute is set to `True`, the validation method will not
raise an `ErrorResponse` with status 400 but silently strip out
unexpected fields on the form and only return the validated data.
|
|
in py27)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit f461acbaf28aa79d82cffaf65b886c3d884cc5f4.
|
|
|
|
This reverts commit f461acbaf28aa79d82cffaf65b886c3d884cc5f4.
|
|
|
|
|
|
|
|
|
|
Fixes #73.
Thanks @sebpiq, @ekohl!
|
|
rather than returning it.
|
|
|
|
|
|
|
|
|
|
|