django1/django/contrib/humanize
Alex Gaynor e71f33625c Fixed the humanize tests to work properly with a pure-python datetime module (platforms such as PyPy)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-22 09:20:58 +00:00
..
locale Fixed #16878 -- Improved intword filter to support numbers up to decillion and googol. Thanks to crodjer for the initial patch. 2011-09-23 16:45:40 +00:00
templatetags Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 2011-11-18 13:01:06 +00:00
__init__.py Added django.contrib.humanize, a set of template tags for adding a 'human touch' to data. They're documented in add_ons.txt. 2006-06-04 00:58:39 +00:00
models.py Fixed #16878 -- Improved intword filter to support numbers up to decillion and googol. Thanks to crodjer for the initial patch. 2011-09-23 16:45:40 +00:00
tests.py Fixed the humanize tests to work properly with a pure-python datetime module (platforms such as PyPy) 2011-11-22 09:20:58 +00:00