| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
messages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
validating.
- Added unit test for nested `choices` argument.
- Added unit test for non-nested `choices` argument.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
rest_framework/fields.py
|
|
|
|
Conflicts:
.travis.yml
docs/api-guide/viewsets.md
rest_framework/serializers.py
rest_framework/throttling.py
tests/test_generics.py
tests/test_serializers.py
tox.ini
|
|
|
|
|
|
...by passing through any extra *args and **kwargs
to the parent constructor.
Previously one couldn't assign help_text to a
SerializerMethodField during construction.
|
|
Allow customising ChoiceField blank display value
|
|
Fixes #1535 (HTML widget missing `id` attribute)
|
|
Add colon to time zone offset in readable_datetime_formats
|
|
|
|
|
|
|
|
rendered widget.
|
|
Conflicts:
.travis.yml
rest_framework/serializers.py
rest_framework/tests/test_authentication.py
|