| Age | Commit message (Collapse) | Author |
|
Closes #1775.
|
|
|
|
|
|
|
|
Deprecate `.model` attribute on views
|
|
|
|
|
|
Browsable API cleanups. Fixes #1719
|
|
|
|
|
|
|
|
Update generic-views.md
|
|
|
|
Small grammar changes.
|
|
|
|
Update generic-views.md
|
|
|
|
|
|
docs: added drf-hstore to third party fields
|
|
docs: added HStoreSerializer to third party serializers
|
|
Conflicts:
rest_framework/templates/rest_framework/base.html
|
|
added a reference to django-rest-framework-hstore in docs/api-guide/serializers.md
|
|
added a reference to django-rest-framework-hstore in docs/api-guide/fields.md
|
|
|
|
|
|
|
|
read_only=True on editable=False model fields. We should not make the field required if editable=False.
|
|
|
|
set Retry-After header when throttled
|
|
|
|
|
|
Conflicts:
tests/test_throttling.py
|
|
|
|
|
|
2.4.0 Release.
|
|
|
|
|
|
|
|
|
|
|
|
Bugfix/1398
|
|
Added `runtests.py` and `flake8` code linting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|