Author: mtredinnick
Date: 2009-03-08 20:36:53 -0500 (Sun, 08 Mar 2009)
New Revision: 10005

Modified:
   django/trunk/docs/topics/testing.txt
Log:
Changed a few versionadded doc directives from "development" to "1.1".

Modified: django/trunk/docs/topics/testing.txt
===================================================================
--- django/trunk/docs/topics/testing.txt        2009-03-09 00:07:50 UTC (rev 
10004)
+++ django/trunk/docs/topics/testing.txt        2009-03-09 01:36:53 UTC (rev 
10005)
@@ -494,7 +494,7 @@
 
             /customers/details/?name=fred&age=7
 
-        .. versionadded:: development
+        .. versionadded:: 1.1
 
         If you already have the GET arguments in URL-encoded form, you can
         use that encoding instead of using the data argument. For example,
@@ -586,7 +586,7 @@
 
     .. method:: Client.head(path, data={}, follow=False)
 
-        .. versionadded:: development
+        .. versionadded:: 1.1
 
         Makes a HEAD request on the provided ``path`` and returns a 
``Response``
         object. Useful for testing RESTful interfaces. Acts just like
@@ -598,7 +598,7 @@
 
     .. method:: Client.options(path, data={}, follow=False)
 
-        .. versionadded:: development
+        .. versionadded:: 1.1
 
         Makes an OPTIONS request on the provided ``path`` and returns a
         ``Response`` object. Useful for testing RESTful interfaces.
@@ -609,7 +609,7 @@
 
     .. method:: Client.put(path, data={}, content_type=MULTIPART_CONTENT, 
follow=False)
 
-        .. versionadded:: development
+        .. versionadded:: 1.1
 
         Makes an PUT request on the provided ``path`` and returns a
         ``Response`` object. Useful for testing RESTful interfaces. Acts just
@@ -621,7 +621,7 @@
 
     .. method:: Client.delete(path, follow=False)
 
-        .. versionadded:: development
+        .. versionadded:: 1.1
 
         Makes an DELETE request on the provided ``path`` and returns a
         ``Response`` object. Useful for testing RESTful interfaces.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to