Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/humanize
Commit message (Expand)AuthorAgeFilesLines
* Updated translations from TransifexClaude Paroz2015-04-304-38/+39
* Fetched updated contrib translations from TransifexClaude Paroz2015-04-01166-4535/+436
* Moved contrib.humanize tests out of contrib.Tim Graham2015-02-111-289/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-10/+10
* Updated en translation catalogsClaude Paroz2015-01-171-18/+18
* Updated translations from TransifexClaude Paroz2014-09-3016-168/+175
* Corrected indentation in a contrib.humanize test; refs #2...Tim Graham2014-09-101-1/+1
* Additional edits for refs #23340; thanks Loic.Tim Graham2014-09-061-4/+7
* Fixed #23340 -- Corrected naturaltime docs to match behav...Collin Anderson2014-09-061-0/+44
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+2
* Fetched translations from TransifexClaude Paroz2014-08-20164-6335/+10937
* Updated translation catalogsClaude Paroz2014-05-191-67/+78
* Fixed #22070 -- Changed verbose_name for apps in django.c...James Jenkins2014-03-071-1/+1
* Removed unused import in humanize tests.Tim Graham2014-02-091-1/+0
* Fixed #21992: Skipped test when pytz is missing.Adam Avramov2014-02-091-2/+1
* Removed superfluous uses of TransRealMixin.Aymeric Augustin2014-01-271-2/+1
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-0/+1
* Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin2014-01-051-0/+8
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Renamed first argument of class method to clsmaurycyp2013-12-081-1/+1
* Fixed #21415 -- Replaced escape sequence by literal non-b...glts2013-11-151-12/+20
* Fixed #21388 -- Corrected language code for FrisianBouke Haarsma2013-11-112-0/+0
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales2013-10-231-3/+1
* Partial revert of 165f44aa.Aymeric Augustin2013-09-221-12/+12
* Refactored code and tests that relied on django.utils.tzi...Aymeric Augustin2013-09-091-4/+3
* fixes #19988, allow html in ordinal for humanizeGarry Polley2013-09-062-6/+28
* Combine consecutive with statementsClaude Paroz2013-08-161-15/+14
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Fixed #20502 (again) -- More i18n cache flush in testsClaude Paroz2013-06-061-1/+3
* Updated contrib.humanize translation templateClaude Paroz2013-05-181-15/+21
* Fixed #20246 -- Added non-breaking spaces between values ...Emil Stenstròˆm2013-05-182-19/+25
* Updated translation templates and removed en translationsClaude Paroz2013-05-022-84/+81
* Fixed #20059 -- Updated humanize tests to force 'en' lang...matiasb2013-03-301-10/+17
* Updated translation templatesClaude Paroz2013-03-281-49/+49
* Added Burmese languageClaude Paroz2013-03-282-0/+267
* Updated translations from TransifexClaude Paroz2013-03-282-30/+32
* Fix 20061: remove out of date comment.Baptiste Mispelon2013-03-161-2/+0
* Merged contrib translations from 1.5 branchClaude Paroz2013-02-26142-4154/+5114
* Fixed #19282 -- Restored ability to pass Decimals to intc...Hernan Lozano2013-02-232-5/+7
* Fixed a typo in aff9b2f.Aymeric Augustin2012-10-281-2/+2
* Fixed #19203 -- Added isolation to a humanize testAymeric Augustin2012-10-281-1/+10
* Updated base translation filesClaude Paroz2012-10-151-48/+48
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-2/+2
* Fixed #18504 -- Computed |naturalday in local time.Aymeric Augustin2012-07-192-27/+53
* Fixed #18608 -- Reduced monkey-patching in tests.Aymeric Augustin2012-07-192-9/+3
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-072-18/+20
* Marked bytestrings with b prefix. Refs #18269Claude Paroz2012-05-191-1/+1
* Removed with_statement imports, useless in Python >= 2.6....Claude Paroz2012-03-301-2/+0