1
0
mirror of https://github.com/django/django.git synced 2025-04-18 14:24:36 +00:00

[1.11.x] Fixed typo in docs/ref/class-based-views/mixins-single-object.txt.

Backport of fc13a697b41568993ba02b7c52bb863456af6c84 from master
This commit is contained in:
Tim Graham 2017-06-06 11:24:44 -04:00
parent a0707947e4
commit 8f7e6b55e5

@ -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