index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
humanize.txt
Age
Commit message (
Expand
)
Author
2024-05-27
Fixed #35443 -- Changed ordinal to return negative numbers unchanged.
Simon Törnqvist
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-03-16
Fixed #31363 -- Added support for negative integers to intword template filter.
jay20162016
2019-06-11
Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...
Jon Dufresne
2019-06-11
Fixed intword example in docs/ref/contrib/humanize.txt.
Jon Dufresne
2016-12-30
Fixed #27652 -- Doc'd that intcomma works with floats.
Mads Jensen
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2014-09-06
Fixed #23340 -- Corrected naturaltime docs to match behavior.
Collin Anderson
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-08-02
Fixed #16941 - Clarified naturaltime output when the time is more than a day ...
Tim Graham
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-23
Fixed #16878 -- Improved intword filter to support numbers up to decillion an...
Jannis Leidel
2011-05-17
Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince a...
Jannis Leidel
2011-05-14
Tweaked weird wording of docs/ref/contrib/humanize.txt 'naturaltime' section ...
Adrian Holovaty
2011-05-06
Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thank...
Jannis Leidel
2011-04-22
Fixed a couple of small documentation typos.
Ramiro Morales
2011-04-22
Fixed #12771 -- Added naturaltime filter to humanize contrib app. Thanks, phi...
Jannis Leidel
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-11-29
Fixed #14804 -- Metadata improvement, broken link fix, and alphabetization of...
Gabriel Hurley
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss