diff options
| author | Stefan "hr" Berder <sberder+github@gmail.com> | 2013-02-19 16:01:06 +0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-02-19 16:32:59 -0500 |
| commit | 4f99b0b635c39d2e0e8037768e0a35e7e31495ed (patch) | |
| tree | 290a3b7b72399ab0832a65b870eac827b0f819f7 /docs | |
| parent | 18d920ea4839fb54f9d2a5dcb555b6a5666ee469 (diff) | |
[1.5.X] Fixed typo in docs/topics/class-based-views/generic-display.txt
Backport of 22d5e4b4af from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/class-based-views/generic-display.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/class-based-views/generic-display.txt b/docs/topics/class-based-views/generic-display.txt index 835ca07459..8fe6cd0d65 100644 --- a/docs/topics/class-based-views/generic-display.txt +++ b/docs/topics/class-based-views/generic-display.txt @@ -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:: |
