Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13034 closed (fixed)

django.db.models.fields.IntegerField description wrong?

Reported by: brokenseal Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Keywords: description integerfield
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,
I found that IntegerField description's should be "This value must be an integer." instead of "This value must be a float."

file: http://code.djangoproject.com/browser/django/trunk/django/db/models/fields/__init__.py
line: 874

Cheers,
David

Change History (3)

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

Has patch: set
milestone: 1.2
Triage Stage: UnreviewedAccepted

comment:2 by James Bennett, 14 years ago

Resolution: fixed
Status: newclosed

(In [12685]) Fixed #13034: Corrected default error message for IntegerField.

comment:3 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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