Index: docs/faq/models.txt
===================================================================
--- docs/faq/models.txt	(revision 12791)
+++ docs/faq/models.txt	(working copy)
@@ -28,6 +28,14 @@
 parameter quoting.  Parameter quoting is performed by the database-specific 
 backend, and not all backends provide a way to retrieve the SQL after quoting.
 
+.. versionadded:: 1.2
+
+If you are using :ref:`multiple databases<topics-db-multi-db>`, you can see the 
+queries using the alias of the database::
+
+    >>> from django.db import connections
+    >>> connections['my_db_alias'].queries
+
 Can I use Django with a pre-existing database?
 ----------------------------------------------
 
