Skip to content

Commit

Permalink
Fixed #12047 -- Fixed typo in generic views documentation. Thanks, sc…
Browse files Browse the repository at this point in the history
…hickler

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12167 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jan 10, 2010
1 parent 92568d3 commit 516947f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/generic-views.txt
Expand Up @@ -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
Expand Down

0 comments on commit 516947f

Please sign in to comment.