Opened 6 years ago
Closed 6 years ago
#30001 closed Cleanup/optimization (fixed)
Mark UUIDField.description for translation
Reported by: | Prabakaran Kumaresshan | Owned by: | Prabakaran Kumaresshan |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
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
UUID Field's description is missing translation
https://github.com/django/django/blob/master/django/db/models/fields/__init__.py#L2294
Change History (5)
comment:1 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
Component: | Documentation → Database layer (models, ORM) |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 6 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:4 by , 6 years ago
Summary: | Add translation for UUID Field Description → Mark UUIDField.description for translation |
---|
Note:
See TracTickets
for help on using tickets.
PR