#12877 closed (fixed)
An error in settings documentation
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.1 |
Severity: | Keywords: | thousand-separator, number-grouping | |
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
Section THOUSAND_SEPARATOR incorrectly refers to another setting: NUMBER_GROUPPING instead of NUMBER_GROUPING.
http://docs.djangoproject.com/en/dev/ref/settings/#thousand-separator
Attachments (1)
Change History (5)
comment:1 by , 15 years ago
milestone: | → 1.2 |
---|---|
Triage Stage: | Unreviewed → Accepted |
by , 15 years ago
Attachment: | 12877.diff added |
---|
comment:2 by , 15 years ago
Has patch: | set |
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12459]) Fixed #12877 - Typo in settings docs. Thanks Timo.