| 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.
|
|
If you don't call it, it doesn't work.
|
|
DjangoModelPermissions
|
|
|
|
|
|
|
|
|
|
Fixed minor typo in tutorial documentation.
|
|
Fixed typo in documentation (Testarea to Textarea)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes 'python' to 'Python' when used in prose.
|
|
|
|
|
|
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...
|
|
Typo
|
|
|
|
|
|
|
|
Add support for fields that use min and max value validators.
|
|
|
|
|
|
#923
|
|
|
|
Set args and kwargs before initializing the request.
|
|
Signed-off-by: Ethan Fremen <ethan@matterport.com>
|
|
Allows get_parser_context to function correctly.
Signed-off-by: Ethan Fremen <ethan@matterport.com>
|
|
Remove pass statement before docstring.
|
|
|
|
Fix serialization exception caused by non-existent consumer
|
|
Fix typos
|
|
|
|
|
|
|
|
|
|
|
|
|