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