| Age | Commit message (Collapse) | Author |
|
|
|
Fixed docstring typo
|
|
|
|
Reference typos in fields.md
|
|
|
|
Use default reason phrases from HTTP standard. Fixes #2763
|
|
Closes #2763
|
|
Metadata should detect null boolean field type.
|
|
|
|
Closes #2756
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Handle reversal of non-API view_name in HyperLinkedRelatedField
|
|
|
|
|
|
Release notes for 3.1.1 and version bump.
|
|
|
|
Use `serializer_class` for browsable API display, even on plain APIView.
|
|
|
|
|
|
AuthTokenSerializer - properly render password field
|
|
|
|
Put the needed import in one example
|
|
|
|
|
|
|
|
|
|
Fix typo in versioning docs
|
|
|
|
use SAFE_METHODS and make tuple
|
|
|
|
Add necessary imports to final urls.py example
|
|
Updates ducumentation DEFAULT_PAGE_SIZE left over after #2655
|
|
|
|
|
|
Do not paginate if PAGE_SIZE=None
|
|
Allow blank/null on radio.html choices
|
|
|
|
|
|
|
|
Simplify test settings
|
|
|
|
fixed missing anchor closing tag
|
|
when next_url is none, big part of page html will be rendered under the <a href='#'> as it does not have a closing tag.
|
|
Fix lookup_url_kwarg handling in viewsets (Fixes #2591).
|