Author: russellm
Date: 2010-01-07 18:43:14 -0600 (Thu, 07 Jan 2010)
New Revision: 12120

Modified:
   django/trunk/docs/ref/models/instances.txt
Log:
Corrected the chronograph on my time machine. ``using`` argument was added in 
v1.2, not v1.1. Thanks to Ramiro Morales for the report.

Modified: django/trunk/docs/ref/models/instances.txt
===================================================================
--- django/trunk/docs/ref/models/instances.txt  2010-01-08 00:21:45 UTC (rev 
12119)
+++ django/trunk/docs/ref/models/instances.txt  2010-01-08 00:43:14 UTC (rev 
12120)
@@ -71,7 +71,7 @@
 .. versionadded:: 1.0
    The ``force_insert`` and ``force_update`` arguments were added.
 
-.. versionadded:: 1.1
+.. versionadded:: 1.2
    The ``using`` argument was added.
 
 If you want customized saving behavior, you can override this
@@ -272,7 +272,7 @@
 
 .. method:: Model.delete([using=DEFAULT_DB_ALIAS])
 
-.. versionadded:: 1.1
+.. versionadded:: 1.2
    The ``using`` argument was added.
 
 Issues a SQL ``DELETE`` for the object. This only deletes the object

-- 
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