mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Removed references to changes made in 1.2.
Thanks Florian Apolloner for the patch.
This commit is contained in:
parent
6492e8e5e6
commit
c28e700c7e
46 changed files with 22 additions and 474 deletions
|
|
@ -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::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue