diff options
| author | Timo Graham <timograham@gmail.com> | 2011-05-30 12:11:46 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-05-30 12:11:46 +0000 |
| commit | 4124ef339c2827d1a337c1b7d58fa50676349412 (patch) | |
| tree | 858105ed3fa2d46f1d9ddda00ec109f5d42d65ff | |
| parent | 879267f254946a26ebc179f3880e14a59e11e038 (diff) | |
[1.3.X] Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.
Backport of r16293 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/topics/db/sql.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt index e5f6c21a53..fe7173609c 100644 --- a/docs/topics/db/sql.txt +++ b/docs/topics/db/sql.txt @@ -228,7 +228,7 @@ is required. For example:: If you are using more than one database you can use ``django.db.connections`` to obtain the connection (and cursor) for a specific database. ``django.db.connections`` is a dictionary-like -object that allows you to retrieve a specific connection using it's +object that allows you to retrieve a specific connection using its alias:: from django.db import connections |
