summaryrefslogtreecommitdiff
path: root/django/contrib/humanize
AgeCommit message (Expand)Author
2014-08-20[1.7.x] Fetched translations from TransifexClaude Paroz
2014-05-19[1.7.x] Updated translation catalogsClaude Paroz
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins
2014-02-09Removed unused import in humanize tests.Tim Graham
2014-02-09Fixed #21992: Skipped test when pytz is missing.Adam Avramov
2014-01-27Removed superfluous uses of TransRealMixin.Aymeric Augustin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-12-07Renamed first argument of class method to clsmaurycyp
2013-11-15Fixed #21415 -- Replaced escape sequence by literal non-breaking spaceglts
2013-11-11Fixed #21388 -- Corrected language code for FrisianBouke Haarsma
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-10-22Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales
2013-09-22Partial revert of 165f44aa.Aymeric Augustin
2013-09-09Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin
2013-09-06fixes #19988, allow html in ordinal for humanizeGarry Polley
2013-08-16Combine consecutive with statementsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-06Fixed #20502 (again) -- More i18n cache flush in testsClaude Paroz
2013-05-18Updated contrib.humanize translation templateClaude Paroz
2013-05-18Fixed #20246 -- Added non-breaking spaces between values an unitsEmil Stenstròˆm
2013-05-02Updated translation templates and removed en translationsClaude Paroz
2013-03-30Fixed #20059 -- Updated humanize tests to force 'en' language setting.matiasb
2013-03-28Updated translation templatesClaude Paroz
2013-03-28Added Burmese languageClaude Paroz
2013-03-28Updated translations from TransifexClaude Paroz
2013-03-16Fix 20061: remove out of date comment.Baptiste Mispelon
2013-02-26Merged contrib translations from 1.5 branchClaude Paroz
2013-02-23Fixed #19282 -- Restored ability to pass Decimals to intcomma filterHernan Lozano
2012-10-28Fixed a typo in aff9b2f.Aymeric Augustin
2012-10-28Fixed #19203 -- Added isolation to a humanize testAymeric Augustin
2012-10-15Updated base translation filesClaude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-19Fixed #18504 -- Computed |naturalday in local time.Aymeric Augustin
2012-07-19Fixed #18608 -- Reduced monkey-patching in tests.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-23Pulled humanize translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-14Added Tatar translation. Refs #17822.Jannis Leidel
2012-03-14Added Swahili translation. Refs #17822.Jannis Leidel
2012-03-14Added Nepali translation. Refs #17822.Jannis Leidel
2012-03-14Added Kazakh translation. Refs #17822.Jannis Leidel
2012-03-14Added Esperanto to the list of languages. Refs #17822.Jannis Leidel
2012-03-14Pulled the humanize translations updates from Transifex. Refs #17822.Jannis Leidel
2011-12-24Fixed #17414 -- Prevented numberformat from trying to group digits when the n...Aymeric Augustin
2011-12-22Updated English base translation files in preparation of the alpha release so...Jannis Leidel
2011-11-22Fixed the humanize tests to work properly with a pure-python datetime module ...Alex Gaynor