| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Use unicode internally everywhere for 'repr'.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
git://github.com/jpadilla/django-rest-framework into version-3.1
 | 
 | 
 | 
 | 
git://github.com/jpadilla/django-rest-framework into jpadilla-exception-handler-context
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Same context as renderers which include: the view,
args, kwargs, and request.
This provides enough contextual information to the
exception handlers to handle errors better.
In a use case like #1671, a custom handler
would allow Sentry to log the request properly.
 | 
 | 
Better errors when serializer has incorrectly named field.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Release notes & version 3.0.1
 | 
 | 
 | 
 | 
Hyperlinked PK optimization.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Update serializers.py
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Treat the input queryset as it comes (maybe it has been changed in a higher level). Evaluating .all() does nothing if or if not is a queryset.
 | 
 | 
This makes a ChoiceField optional in HTML if
model field has `blank=True` set.
 | 
 | 
#2205.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Raise error if `fields` on serializer is not a list of strings.
 |