Ticket #16093: topics_db_sql_16093.diff
File topics_db_sql_16093.diff, 582 bytes (added by , 13 years ago) |
---|
-
docs/topics/db/sql.txt
228 228 If you are using more than one database you can use 229 229 ``django.db.connections`` to obtain the connection (and cursor) for a 230 230 specific database. ``django.db.connections`` is a dictionary-like 231 object that allows you to retrieve a specific connection using it 's231 object that allows you to retrieve a specific connection using its 232 232 alias:: 233 233 234 234 from django.db import connections