Skip to content

Commit

Permalink
Merge pull request django#737 from hrbonz/docs_CBV_generic_views_typo
Browse files Browse the repository at this point in the history
Fixed typo in docs/topics/class-based-views/generic-display.txt
  • Loading branch information
timgraham committed Feb 19, 2013
2 parents 8fbea5e + 22d5e4b commit bd006e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/class-based-views/generic-display.txt
Expand Up @@ -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 provided in addition to the default ``object_list`` entry, but contains exactly
the same data, i.e. ``publisher_list``. 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 context variable. The ``context_object_name`` attribute on a generic view
specifies the context variable to use:: specifies the context variable to use::


Expand Down

0 comments on commit bd006e0

Please sign in to comment.