#19241 closed Uncategorized (fixed)
Demonstrate how to round to integers using floatformat template tag
Reported by: | Daniel Greenfeld | Owned by: | Daniel Greenfeld |
---|---|---|---|
Component: | Documentation | Version: | 1.5-alpha-1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
People write this as a custom templatetag all the time. There should be an example in the documentation that addresses it.
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The work is available on branch ticket_19241.
This has a pull request at https://github.com/django/django/pull/496.