summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-01-08 00:43:14 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-01-08 00:43:14 +0000
commit0e0b18229fe3822353de6ffa7b6309fd69e6597d (patch)
treedd4da0a578e790b825ef993ab9ccd9ace7539905 /docs/ref/models
parent96848352f97e8c2deb976ce4c8418c0d0aa6be5e (diff)
Corrected the chronograph on my time machine. ``using`` argument was added in v1.2, not v1.1. Thanks to Ramiro Morales for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12120 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/instances.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt
index f2eb54c217..242caa8efd 100644
--- a/docs/ref/models/instances.txt
+++ b/docs/ref/models/instances.txt
@@ -71,7 +71,7 @@ To save an object back to the database, call ``save()``:
.. 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 @@ Deleting objects
.. 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