Opened 17 years ago
Closed 17 years ago
#5263 closed (fixed)
SQLite module docstring needs updating
Reported by: | 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)
Change History (3)
by , 17 years ago
Attachment: | sqlitedocstring.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6035]) Fixed #5263 -- Updated docstring for sqlite3 backend. Thanks, Paul Bx