| Age | Commit message (Collapse) | Author |
|
|
|
Fixed a couple of small problems I found when using the action decorator.
|
|
'name' argument. Closes #933
|
|
|
|
Previously, using uppercase for the method argument would silently fail
to route those methods.
|
|
DjangoModelPermissions
|
|
|
|
|
|
|
|
Added test for custom fields with min_value and max_value validators
|
|
I was having problems with a custom field that used a min_value validator...
|
|
|
|
|
|
|
|
Add support for fields that use min and max value validators.
|
|
Signed-off-by: Ethan Fremen <ethan@matterport.com>
|
|
Allows get_parser_context to function correctly.
Signed-off-by: Ethan Fremen <ethan@matterport.com>
|
|
Fix serialization exception caused by non-existent consumer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix doc typo
|
|
|
|
authentication fails
|
|
Bugfix: Fix run validation layer with invalid data
|
|
Added Django 1.6a1 to the test matrix.
|
|
|
|
|
|
|
|
|
|
|
|
Closes #471
|
|
|
|
HyperlinkedIdentityField
|
|
|
|
|
|
|
|
|
|
HyperlinedRelatedField. Closes #883
|
|
|
|
|
|
|
|
|
|
Fixed typos
|
|
|
|
|