| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Better behavior with null and '' for blank HTML fields.
|
|
|
|
|
|
Ability to customize method names without creating a custom router
|
|
|
|
|
|
|
|
|
|
|
|
Fix empty HTML values when a default is provided.
|
|
|
|
|
|
Set authenticated user on wrapped request
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
git://github.com/mhsparks/django-rest-framework into mhsparks-validator-pollution
|
|
This makes a ChoiceField optional in HTML if
model field has `blank=True` set.
|
|
|
|
|
|
|
|
Raise error if `fields` on serializer is not a list of strings.
|
|
Clean up compat code
|
|
Escape \u2028 and \u2029 in JSON output.
|
|
|
|
|
|
|
|
|
|
|
|
|