Commit bd006e00 authored by Tim Graham's avatar Tim Graham
Browse files

Merge pull request #737 from hrbonz/docs_CBV_generic_views_typo

Fixed typo in docs/topics/class-based-views/generic-display.txt
parents 8fbea5e1 22d5e4b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ context using the lower cased version of the model class' name. This is
provided in addition to the default ``object_list`` entry, but contains exactly
the same data, i.e. ``publisher_list``.

If the this still isn't a good match, you can manually set the name of the
If this still isn't a good match, you can manually set the name of the
context variable. The ``context_object_name`` attribute on a generic view
specifies the context variable to use::