Commit 4124ef33 authored by Timo Graham's avatar Timo Graham
Browse files

[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
parent 879267f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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