Opened 13 years ago
Closed 13 years ago
#17219 closed Cleanup/optimization (fixed)
Add a more precise description to some db fields.
Reported by: | Simon Charette | Owned by: | nobody |
---|---|---|---|
Component: | Translations | Version: | |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Some IntegerField subclasses share the same description which render this attribute pretty useless in the end.
The same happens with SlugField which has the same description as the CharField and with FileField and ImageField.
Here's the github pull request
and the dynamic diff.
Is there a command to makemessages for the core? Does the .po changes must be included in this commit?
Attachments (1)
Change History (6)
by , 13 years ago
Attachment: | 17219.diff added |
---|
comment:1 by , 13 years ago
Component: | Uncategorized → Translations |
---|---|
Easy pickings: | set |
Has patch: | set |
Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Triage Stage: | Unreviewed → Accepted |
---|
I confirm that description
is only used by the admindocs
contrib app — at least, as far as I can tell. This app is targeted at developers, not end users.
comment:4 by , 13 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
jezdez wrote:
Actually the only place i found where it was used is in contrib.admindocs which exposes it to the frond-end.