[Changeset] r12167 - django/trunk/docs/ref

0 views
Skip to first unread message

nor...@djangoproject.com

unread,
Jan 10, 2010, 12:42:24 PM1/10/10
to django-...@googlegroups.com
Author: adrian
Date: 2010-01-10 11:42:23 -0600 (Sun, 10 Jan 2010)
New Revision: 12167

Modified:
django/trunk/docs/ref/generic-views.txt
Log:
Fixed #12047 -- Fixed typo in generic views documentation. Thanks, schickler

Modified: django/trunk/docs/ref/generic-views.txt
===================================================================
--- django/trunk/docs/ref/generic-views.txt 2010-01-10 17:37:48 UTC (rev 12166)
+++ django/trunk/docs/ref/generic-views.txt 2010-01-10 17:42:23 UTC (rev 12167)
@@ -542,7 +542,7 @@
* ``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

Reply all
Reply to author
Forward
0 new messages