summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-06-07 15:02:35 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-06-07 15:02:35 +0200
commitc28e700c7e54e3071f173b34a12eb1c4f6e39552 (patch)
tree7b82ef60a2ca6a9d5d28cd10d3bea40f1b791284 /docs/faq
parent6492e8e5e6643c5a90d71727af7f17a362b9362b (diff)
downloaddjango-c28e700c7e54e3071f173b34a12eb1c4f6e39552.tar.gz
Removed references to changes made in 1.2.
Thanks Florian Apolloner for the patch.
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/models.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/faq/models.txt b/docs/faq/models.txt
index c9f1a03fb1..d34a26a82e 100644
--- a/docs/faq/models.txt
+++ b/docs/faq/models.txt
@@ -26,8 +26,6 @@ SELECTs, etc. Each time your app hits the database, the query will be recorded.
Note that the SQL recorded here may be :ref:`incorrectly quoted under SQLite
<sqlite-connection-queries>`.
-.. versionadded:: 1.2
-
If you are using :doc:`multiple databases</topics/db/multi-db>`, you can use the
same interface on each member of the ``connections`` dictionary::