summaryrefslogtreecommitdiff
path: root/tests/i18n
Commit message (Expand)AuthorAgeFilesLines
* Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as t...Krzysztof Urbaniak2016-10-312-0/+8
* Added additional tests for translation's get_language_from_path().Krzysztof Urbaniak2016-10-311-0/+13
* Refs #26940 -- Re-allowed makemessages without settingsClaude Paroz2016-10-011-0/+9
* Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...Jon Dufresne2016-09-211-12/+12
* Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham2016-09-172-3/+3
* Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot2016-08-251-1/+4
* Replaced 'raise SkipTest' with self.skipTest() in a few tests.Tim Graham2016-08-162-4/+4
* Fixed #27034 -- Made makemessages independent of USE_I18NClaude Paroz2016-08-111-0/+13
* Fixed #26945 -- Ensured that i18n_patterns returns a listAlex Hill2016-07-241-0/+6
* Fixed #26924 -- Fixed i18n test failure on Mac OS X.Tobias McNulty2016-07-211-1/+2
* Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file namesClaude Paroz2016-07-141-0/+4
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-5/+2
* Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING.jasisz2016-06-221-0/+12
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-11/+11
* Removed some blank lines per isort.Tim Graham2016-06-132-2/+0
* Fixed #26746 -- Fixed handling of zero priority in Accept-Language header par...Vytis Banaitis2016-06-131-1/+1
* Fixed #26744 -- Fixed a typo in regex for Accept-Language header parsing.Vytis Banaitis2016-06-111-1/+2
* Refs #26677 -- Simplified i18n test cleanups.Ramiro Morales2016-06-114-161/+77
* Fixed #26677 -- Converted some i18n tests to use disposable FS tree.Ramiro Morales2016-06-093-67/+71
* Fixed #26705 -- Fixed plural versions of languages not supported by Django.Thejaswi Puthraya2016-06-081-0/+13
* Fixed #26692 -- Relaxed an i18n compilemessages test.Ramiro Morales2016-06-011-2/+2
* Fixed #26687 -- Made an i18n test not use a hardcoded path separator.Ramiro Morales2016-05-311-1/+3
* Fixed #26674 -- Corrected a i18n makemessages test.Ramiro Morales2016-05-291-3/+3
* Fixed #26673 -- Fixed a I18N test case error on Windows+Python 2.7.Ramiro Morales2016-05-281-1/+1
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-172-6/+6
* Fixed #26341 (again) -- Addressed multiple occurrences per line use caseClaude Paroz2016-05-021-0/+2
* Fixed #26341 -- Fixed makemessages breaking location comments for HTML filesClaude Paroz2016-04-303-2/+19
* Adapted _assertPoLocComment for multi-file source lines in po filesClaude Paroz2016-04-301-6/+13
* Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne2016-04-211-9/+11
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-083-12/+10
* Refs #25933 -- Fixed i18n_patterns() prefix_default_language=False with HTTP_...Krzysztof Urbaniak2016-03-101-0/+4
* Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns().Krzysztof Urbaniak2016-03-082-0/+41
* Fixed #26271 -- Fixed i18n_patterns resolution when no language is activeClaude Paroz2016-03-071-0/+3
* Fixed #26295 -- Allowed using i18n_patterns() in any root URLconf.Simon Charette2016-03-031-0/+13
* Fixed #26232 -- Fixed Popen mocking environment in i18n testsClaude Paroz2016-02-231-16/+17
* Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable.Alexey Kotlyarov2016-02-151-0/+8
* Fixed #26173 -- Prevented localize_input() from formatting booleans as numbers.Marcin Markiewicz2016-02-091-0/+4
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-2/+2
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-292-2/+4
* Fixed #26093 -- Allowed escape sequences extraction by gettext on Python 3Claude Paroz2016-01-232-0/+10
* Added missing period to "etc.".pp2016-01-111-1/+1
* Fixed #26046 -- Fixed a crash with translations and Django-unknown language codeClaude Paroz2016-01-061-0/+4
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Fixed #25915 -- Allowed language not in Django's default LANGUAGESClaude Paroz2015-12-183-0/+40
* Fixed #25925 -- Forced LANG=C for test_msgfmt_error_including_non_ascii.Sergey Fedoseev2015-12-131-1/+6
* Refs #25677 -- Skipped an i18n test on older gettext versions.Tim Graham2015-12-041-0/+5
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #25812 -- Restored the ability to use custom formats with the date temp...Gagaro2015-11-283-0/+7
* Fixed a settings leak possibility in the date template filter.Florian Apolloner2015-11-241-0/+3
* Refs #25677 -- Fixed Python 2 i18n test failure on non-ASCII path.Tim Graham2015-11-191-1/+1