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
r12173 - django/trunk/docs/intro
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:55 pm
From: nore...@djangoproject.com
Date: Sun, 10 Jan 2010 11:55:47 -0600 (CST)
Local: Sun, Jan 10 2010 12:55 pm
Subject: [Changeset] r12173 - django/trunk/docs/intro
Author: adrian
Date: 2010-01-10 11:55:46 -0600 (Sun, 10 Jan 2010)
New Revision: 12173

Modified:
   django/trunk/docs/intro/tutorial04.txt
Log:
Fixed #12350 -- Fixed typo in tutorial04. Thanks, mortense

Modified: django/trunk/docs/intro/tutorial04.txt
===================================================================
--- django/trunk/docs/intro/tutorial04.txt      2010-01-10 17:54:34 UTC (rev 12172)
+++ django/trunk/docs/intro/tutorial04.txt      2010-01-10 17:55:46 UTC (rev 12173)
@@ -47,15 +47,15 @@
     * ``forloop.counter`` indicates how many times the :ttag:`for` tag has gone
       through its loop

-    * Since we are creating a POST form (which can have the effect of modifying
-      data), we unfortunately need to worry about Cross Site Request Forgeries.
+    * Since we're creating a POST form (which can have the effect of modifying
+      data), we need to worry about Cross Site Request Forgeries.
       Thankfully, you don't have to worry too hard, because Django comes with
-      very easy-to-use system for protecting against it.  In short, all POST
-      forms that are targetted at internal URLs need the ``{% csrf_token %}``
-      template tag adding.
+      a very easy-to-use system for protecting against it. In short, all POST
+      forms that are targeted at internal URLs should use the ``{% csrf_token %}``
+      template tag.

 The ``{% csrf_token %}`` tag requires information from the request object, which
-is not normally accessible from within the template context.  To fix this, a
+is not normally accessible from within the template context. To fix this, a
 small adjustment needs to be made to the ``detail`` view, so that it looks like
 the following::


 
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 »