Opened 17 years ago

Closed 17 years ago

#5263 closed (fixed)

SQLite module docstring needs updating

Reported by: Paul Bx <pb@…> Owned by: Adrian Holovaty
Component: Database layer (models, ORM) Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I noticed this while writing a reponse to #2944 -- the doctring for django.db.backends.sqlite3.base still names pysqlite2 as a requirement, but Python 2.5 has its own "sqlite3" module. The attached patch is a minor edit to clarify this.

Attachments (1)

sqlitedocstring.diff (596 bytes ) - added by Paul Bx <pb@…> 17 years ago.

Download all attachments as: .zip

Change History (3)

by Paul Bx <pb@…>, 17 years ago

Attachment: sqlitedocstring.diff added

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [6035]) Fixed #5263 -- Updated docstring for sqlite3 backend. Thanks, Paul Bx

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