| Age | Commit message (Collapse) | Author |
|
Deprecate `.model` attribute on views
|
|
Small grammar changes.
|
|
|
|
|
|
Issue #1707: Add documentation to api-docs.viewsets
|
|
Add documentation to the get_queryset() method of generic-views.md regarding
the caching of the queryset property.
|
|
to the `queryset` property, `get_queryset()`, and do generic-views.md; remove
changes to the viewsets.md documentation from my last commit.
|
|
|
|
|
|
fix
you may optionally exclude the ``self.check_object_permissions, and simply return the object from the `get_object_or_404` lookup.
to
you may optionally exclude the `self.check_object_permissions`, and simply return the object from the `get_object_or_404` lookup.
|
|
|
|
|
|
|
|
Added get_filter_backends method
|
|
|
|
|
|
|
|
attributes prefered. Closes #1100
|
|
|
|
|
|
Improving documentation about object level permissions #1049
|
|
Closes #1051. Thanks to @pydanny for the report.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|