diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2010-01-10 17:42:23 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2010-01-10 17:42:23 +0000 |
| commit | 516947fd61e3335cce114c9bbcc057ad720360a9 (patch) | |
| tree | 9a0265ecf8cd627820d59adc5a5f175be9e15f41 /docs/ref/generic-views.txt | |
| parent | 92568d31b8d871e35e4377d58356065297c76807 (diff) | |
Fixed #12047 -- Fixed typo in generic views documentation. Thanks, schickler
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12167 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/generic-views.txt')
| -rw-r--r-- | docs/ref/generic-views.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/generic-views.txt b/docs/ref/generic-views.txt index af23506505..9824dcdb8f 100644 --- a/docs/ref/generic-views.txt +++ b/docs/ref/generic-views.txt @@ -542,7 +542,7 @@ In addition to ``extra_context``, the template's context will be: * ``next_day``: A ``datetime.date`` object representing the next day. If the next day is in the future, this will be ``None``. - * ``previous_day``: A ``datetime.date`` object representing the given day. + * ``previous_day``: A ``datetime.date`` object representing the previous day. Unlike ``next_day``, this will never be ``None``. * ``object_list``: A list of objects available for the given day. This |
