| Age | Commit message (Collapse) | Author |
|
Version 3.0.2
|
|
|
|
Fix empty HTML values when a default is provided.
|
|
|
|
|
|
|
|
|
|
Set authenticated user on wrapped request
|
|
|
|
Use unicode internally everywhere for 'repr'.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Clean up compat code
|
|
Escape \u2028 and \u2029 in JSON output.
|
|
|
|
|
|
|
|
|
|
|