Opened 16 years ago
Closed 16 years ago
#9077 closed (fixed)
pysqlite link on "How to install Django" may be wrong
Reported by: | velo | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | possible link error | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Here is the html I am speaking of:
{{{</li>
<li><p class="first">If you’re using SQLite and either Python 2.3 or Python 2.4, you’ll need
<a class="reference external" href="http://initd.org/tracker/pysqlite">pysqlite</a>. Use version 2.0.3 or higher. Python 2.5 ships with an SQLite
wrapper in the standard library, so you don’t need to install anything extra
in that case.</p>}}}
It takes me to the psycopg package instead.
Note:
See TracTickets
for help on using tickets.
(In [9025]) Fixed #9077: Modified the database installation notes to point to somewhere useful, rather than initd.org's rant page about Trac. Thanks to velo for the report.