Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
r12167 - django/trunk/docs/ref
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
nore...@djangoproject.com  
View profile  
 More options Jan 10 2010, 12:42 pm
From: nore...@djangoproject.com
Date: Sun, 10 Jan 2010 11:42:24 -0600 (CST)
Local: Sun, Jan 10 2010 12:42 pm
Subject: [Changeset] r12167 - django/trunk/docs/ref
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »