| Age | Commit message (Collapse) | Author |
|
...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
|
|
|
|
fix pep8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Typo fix.
|
|
|
|
|
|
Fixes #1535 (HTML widget missing `id` attribute)
|
|
Updated failing test from #1575
|
|
|
|
Add colon to time zone offset in readable_datetime_formats
|
|
|
|
|
|
|
|
|
|
|
|
Help docs
|
|
|
|
|
|
|
|
|
|
Use help_text, verbose_name, editable attributes for related fields
|
|
Mark strings in AuthTokenSerializer as translatable
|
|
Help docs
|
|
|
|
|
|
|
|
rendered widget.
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
rest_framework/runtests/urls.py
tests/test_response.py
tox.ini
|
|
|
|
|
|
|
|
|
|
Conflicts:
tests/test_serializer.py
|
|
Conflicts:
.travis.yml
rest_framework/serializers.py
rest_framework/tests/test_authentication.py
|
|
remove spaces from META['HTTP_X_FORWARDED_FOR'] as throttle key
|
|
Turning off pagination
|