Opened 13 years ago

Closed 12 years ago

#16233 closed Cleanup/optimization (fixed)

Add definition of db_alias in Performing raw SQL queries

Reported by: charlax Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

It would be useful to give a little remind of what db alias are and that they can be found in the settings file.

I'm referring to section Executing custom SQL directly of https://docs.djangoproject.com/en/dev/topics/db/sql/

Attachments (1)

16233.diff (642 bytes ) - added by Claude Paroz 13 years ago.
Cross link to multiple databases topic

Download all attachments as: .zip

Change History (4)

comment:1 by Aymeric Augustin, 13 years ago

Triage Stage: UnreviewedAccepted
Type: New featureCleanup/optimization

Yes, a link to the section of the docs that describe how to configure multi-db would be appropriate.

by Claude Paroz, 13 years ago

Attachment: 16233.diff added

Cross link to multiple databases topic

comment:2 by Claude Paroz, 13 years ago

Has patch: set

comment:3 by Claude Paroz, 12 years ago

Resolution: fixed
Status: newclosed

In [17872]:

Fixed #16233 -- Added link to multiple databases docs from custom sql alias section. Thanks charlax for the report.

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