Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#16093 closed Bug (fixed)

Typo in "Performing raw SQL queries"

Reported by: direvus@… Owned by: teraom
Component: Documentation Version: 1.3
Severity: Normal Keywords: typo apostrophe its
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

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.

Attachments (1)

topics_db_sql_16093.diff (582 bytes ) - added by teraom 13 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Jonas H., 13 years ago

Triage Stage: UnreviewedAccepted

by teraom, 13 years ago

Attachment: topics_db_sql_16093.diff added

comment:2 by teraom, 13 years ago

Has patch: set
Owner: changed from nobody to teraom
Status: newassigned

comment:3 by Dougal Matthews, 13 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Tim Graham, 13 years ago

Resolution: fixed
Status: assignedclosed

In [16293]:

Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.

comment:5 by Tim Graham, 13 years ago

In [16294]:

[1.3.X] Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.

Backport of r16293 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top