| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
action implemented, which is usually the list action.
|
|
|
|
|
|
|
|
|
|
|
|
Make sure APIRoot.get can take on args, kwargs so router can be embedded...
|
|
within any URL pattern.
|
|
|
|
Fixed #1533 - Resolved issue with integer keys on nested choices never v...
|
|
|
|
validating.
- Added unit test for nested `choices` argument.
- Added unit test for non-nested `choices` argument.
|
|
Better mapping for custom model fields to serializer fields.
|
|
Support RFC6266 encoded filenames
|
|
|
|
|
|
view-description-as-promise
|
|
|
|
|
|
|
|
|
|
This filename described in RFC 6266
|
|
|
|
|
|
Fix returning None when allow_none is True in CharField
|
|
|
|
Display validation errors on login form
|
|
|
|
|
|
|
|
|
|
|
|
Hide login link in browsable API if the login view is not registered.
|
|
|
|
|
|
|
|
|
|
|
|
This solves an error when using a auth model that does not have a username field.
|