| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If `content_type` is specified in the `APIRequestFactory`, always
include it in the request, even if data is empty.
|
|
|
|
|
|
...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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use help_text, verbose_name, editable attributes for related fields
|
|
rendered widget.
|
|
|
|
|
|
remove spaces from META['HTTP_X_FORWARDED_FOR'] as throttle key
|
|
|
|
|
|
Conflicts:
rest_framework/tests/models.py
|
|
Add help_text and verbose_name attribute mapping for related field
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set GenericForeignKey fields on object before save
|
|
Add more TRAILING_PUNCTUATION to work with YAML
|
|
|
|
Allow unicode YAML dump
|
|
|
|
Use compact function for convert
|