#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 , 15 years ago
Has patch: | set |
---|---|
milestone: | → 1.2 |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12685]) Fixed #13034: Corrected default error message for IntegerField.