diff options
| author | Tim Graham <timograham@gmail.com> | 2013-02-19 13:30:28 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-02-19 13:30:28 -0800 |
| commit | bd006e00e43f44266afb07e7cd762bb7f5f2b323 (patch) | |
| tree | 944f168b95fb56cdfd93ef0eb92b9b702d7dc4d6 /docs/topics | |
| parent | 8fbea5e1881e8c310a462599a191619688ba67dd (diff) | |
| parent | 22d5e4b4af4a5913865bb3e4de4c25b6709cc4c5 (diff) | |
Merge pull request #737 from hrbonz/docs_CBV_generic_views_typo
Fixed typo in docs/topics/class-based-views/generic-display.txt
Diffstat (limited to 'docs/topics')
| -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:: |
