Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/i18n
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-032-2/+2
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-221-1/+1
* Fixed #25571 -- Fixed boolean evaluation of ungettext_lazyClaude Paroz2015-10-221-0/+4
* Refs #22218 -- Removed conf.urls.patterns() per deprecati...Tim Graham2015-09-241-9/+4
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-122-52/+415
* Serialized some tests that interact with the filesystem.Aymeric Augustin2015-09-091-6/+10
* Fixed #25297 -- Allowed makemessages to work with {% tran...Alexandre Pocquet2015-09-042-6/+40
* Fixed #17375 -- Changed makemessages to use xgettext with...Sergey Kolosov2015-08-283-0/+26
* Fixed #25295 -- Restored 'no active translation' after la...Claude Paroz2015-08-251-0/+3
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-1214-211/+302
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed flake8 warnings on Python 3.Tim Graham2015-06-151-2/+5
* Fixed #21927 -- Made application and instance namespaces ...Marten Kenbeek2015-06-082-0/+2
* Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville2015-06-052-4/+47
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-202-12/+14
* Moved engine-related exceptions to django.template.except...Preston Timmons2015-05-071-2/+1
* Fixed #24714 -- Used more specific assertions than assert...Alasdair Nicol2015-04-281-12/+12
* Fixed #24063 -- Allowed locale variants supported by gett...Michal Čihař2015-04-251-0/+9
* Fixed #24569 -- Made some translation functions accept No...Claude Paroz2015-04-041-4/+10
* Fixed #19910 -- Added slash to i18n redirect if APPEND_SL...Bas Peschier2015-03-261-2/+2
* Fixed #24515 -- Fixed DjangoTranslation plural handlingClaude Paroz2015-03-211-1/+11
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-1/+1
* Fixed #24476 -- Added context manager/decorator for overr...Bas Peschier2015-03-181-15/+6
* Fixed #24122 -- Redirected to translated url after settin...Claude Paroz2015-03-131-1/+13
* Fixed #24372 - Replaced TokenParser usage with traditiona...Preston Timmons2015-03-031-4/+0
* Fixed #24413 -- Prevented translation fallback for EnglishClaude Paroz2015-02-281-0/+15
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0612-49/+39
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-035-36/+35
* Fixed #24219 -- Moved SelectDateWidget together with the ...Loic Bistuer2015-01-272-7/+7
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Removed deprecated Chinese language codes; refs #18149.Tim Graham2015-01-171-36/+10
* Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz2015-01-161-5/+0
* Fixed #24073 -- Returned None for get_language when trans...Claude Paroz2015-01-081-2/+2
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-7/+6
* Fixed #23271 -- Don't corrupt PO files on Windows when up...Ramiro Morales2014-12-293-5/+42
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-281-3/+9
* Fixed #23788 (2) -- Improved gettext version checkerClaude Paroz2014-12-181-6/+31
* Fixed #23930 -- Added copies of captured_std* managers fr...wrwrwr2014-11-292-12/+4
* Fixed #23923 -- Promoted Django's deprecation warnings to...Tim Graham2014-11-291-3/+4
* Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov2014-11-182-0/+58
* Removed superfluous newline.Aymeric Augustin2014-11-171-1/+0
* Fixed #23840 -- Fixed makemessages find_files methodIlja Maas2014-11-171-0/+24
* Fixed #23788 -- Used new JavaScript support in recent get...Claude Paroz2014-11-112-0/+2
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-032-47/+47
* Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT...Claude Paroz2014-10-271-0/+8
* Made testing of stdout and stderr more consistent.Loic Bistuer2014-10-221-9/+9
* Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz2014-10-214-30/+40
* Fixed an i18n test with native stringClaude Paroz2014-09-211-2/+2
* Fixed #23196 -- Short-circuited empty string translationYuri Kriachko2014-09-211-0/+10
* Fixed #23466 -- Removed seconds from all locale time outp...Malte Beckmann2014-09-131-2/+2