Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#16782 closed Bug (fixed)

Link to other database backends in the tutorial is no longer functional (as of 1.3)

Reported by: mjumbewu@… Owned by: Chris Heisel
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the "Database setup" section of the docs, there's a link to other database backends. Since this configuration changed in Django 1.3, the location that this should point to in the docs changed as well.

https://docs.djangoproject.com/en/dev/intro/tutorial01/#database-setup

Attachments (1)

db_engine_from_tutorial_svn16720.patch (1.6 KB ) - added by mjumbewu@… 13 years ago.
Fix the refernce to database engine setting from the tutorial

Download all attachments as: .zip

Change History (4)

by mjumbewu@…, 13 years ago

Fix the refernce to database engine setting from the tutorial

comment:1 by Chris Heisel, 13 years ago

Owner: changed from nobody to Chris Heisel
Status: newassigned

comment:2 by Gabriel Hurley, 13 years ago

Resolution: fixed
Status: assignedclosed

In [16754]:

Fixed #16782 -- Corrected a broken cross-reference to the database engine setting in the tutorial. Thanks to mjumbewu for the report and patch.

comment:3 by Gabriel Hurley, 13 years ago

In [16755]:

[1.3.X] Fixed #16782 -- Corrected a broken cross-reference to the database engine setting in the tutorial. Thanks to mjumbewu for the report and patch.

Backport of r16754 from trunk.

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