Typo in "Performing raw SQL queries"
http://docs.djangoproject.com/en/1.3/topics/db/sql/ has the following:
"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 alias:"
The word "its", at the end there, should not have an apostrophe.
Cheers.
Change History
(6)
Triage Stage: |
Unreviewed → Accepted
|
Has patch: |
set
|
Owner: |
changed from nobody to teraom
|
Status: |
new → assigned
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
In [16293]: