summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-03-04 15:57:04 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-03-11 14:48:55 +0100
commit4b31a6a9e698a26e3e359e2ccf3da1505d114cf1 (patch)
tree04aa2cfbefad45e173ea8e351839e40aad82b3a7 /docs/ref
parente264f67174622f66503e4748e2f71c72a4a5064b (diff)
Added support for savepoints in SQLite.
Technically speaking they aren't usable yet.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/databases.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 4dafb3774f..78c1bb3dda 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -424,8 +424,7 @@ Savepoints
Both the Django ORM and MySQL (when using the InnoDB :ref:`storage engine
<mysql-storage-engines>`) support database :ref:`savepoints
-<topics-db-transactions-savepoints>`, but this feature wasn't available in
-Django until version 1.4 when such support was added.
+<topics-db-transactions-savepoints>`.
If you use the MyISAM storage engine please be aware of the fact that you will
receive database-generated errors if you try to use the :ref:`savepoint-related