Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#14395 closed (fixed)

Error message typo

Reported by: Austin Gabel Owned by: Austin Gabel
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

This seems to be a typo:
"You must default a 'default' database"

Should be:
"You must define a 'default' database"

Attachments (1)

14395.diff (522 bytes ) - added by Austin Gabel 14 years ago.

Download all attachments as: .zip

Change History (6)

by Austin Gabel, 14 years ago

Attachment: 14395.diff added

comment:1 by Austin Gabel, 14 years ago

Owner: changed from nobody to Austin Gabel
Status: newassigned

comment:2 by Béres Botond, 14 years ago

Triage Stage: UnreviewedReady for checkin

This is trivial, so I think it's safe to move to RFC.

comment:3 by Adrian Holovaty, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [13990]) Fixed #14395 -- Fixed typo in error message in db/init.py. Thanks, agabel

comment:4 by Russell Keith-Magee, 14 years ago

(In [14381]) [1.2.X] Fixed #14395 -- Fixed typo in error message in db/init.py. Thanks, agabel

Backport of r13990 from trunk.

comment:5 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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