diff options
| author | Tim Graham <timograham@gmail.com> | 2017-06-06 11:24:44 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-06-06 11:24:44 -0400 |
| commit | fc13a697b41568993ba02b7c52bb863456af6c84 (patch) | |
| tree | c17a8783aaa1a2712abe68f76cc7be2e9daf7c90 /docs | |
| parent | 823d73be3ee16b35d5e4a94ce7b907efc36dbd32 (diff) | |
Fixed typo in docs/ref/class-based-views/mixins-single-object.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/class-based-views/mixins-single-object.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/class-based-views/mixins-single-object.txt b/docs/ref/class-based-views/mixins-single-object.txt index 9100e4a104..2801b9964b 100644 --- a/docs/ref/class-based-views/mixins-single-object.txt +++ b/docs/ref/class-based-views/mixins-single-object.txt @@ -100,7 +100,7 @@ Single object mixins .. method:: get_context_data(**kwargs) - Returns context data for displaying the list of objects. + Returns context data for displaying the object. The base implementation of this method requires that the ``self.object`` attribute be set by the view (even if ``None``). Be sure to do this if |
