summaryrefslogtreecommitdiff
path: root/tests/i18n
Commit message (Expand)AuthorAgeFilesLines
* [2.2.x] Fixed #31570 -- Corrected translation loading for apps providing terr...Carlton Gibson2020-06-0113-0/+165
* [2.2.x] Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz2020-03-103-2/+27
* Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes2019-01-131-0/+68
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-319-30/+29
* Fixed #29986 -- Added .format() support to ngettext_lazy strings.Patrick Arminio2018-12-063-1/+60
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-8/+2
* Capitalized "Python" in docs and comments.Jon Dufresne2018-10-091-1/+1
* Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.David2018-09-031-0/+1
* Refs #29600 -- Added test for datetime_safe usage in localize_input().Tim Graham2018-07-261-1/+8
* Fixed #29578 -- Made numberformat.format() honor forced l10n usage.Claude Paroz2018-07-191-12/+14
* Fixed #24384 -- Allowed compilemessages to continue running after nonfatal er...Claude Paroz2018-06-131-9/+12
* Fixed #29452 -- Fixed makemessages setting charset of .pot files.Bartosz Grabski2018-06-111-1/+22
* Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz2018-05-131-4/+0
* Moved to_language() to django.utils.translation.Tim Graham2018-05-121-4/+4
* Consolidated duplicate to_locale() implementations.Tim Graham2018-05-121-1/+0
* Increased django.utils.translation.trans_null test coverage.Hasan Ramezani2018-05-121-0/+15
* Aliased trans_null.to_locale() to trans_real.to_locale().Hasan Ramezani2018-05-121-0/+1
* Added tests for trans_null.ngettext().Hasan Ramezani2018-05-091-0/+6
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-4/+2
* Fixed #29144 -- Made untranslated strings for territorial language variants u...Patryk Zawadzki2018-03-036-0/+68
* Fixed #27449 -- Added django.utils.translation.get_supported_language_variant().Sebastian Sangervasi2018-02-231-0/+44
* Changed "language-code" to the more commonly used "language code".Sebastian Sangervasi2018-02-211-3/+1
* Removed unneeeded inner import in i18n tests.Sebastian Sangervasi2018-02-211-3/+3
* Fixed #28755 -- Made check_for_language() include apps' locale directories.Chillar Anand2018-02-201-0/+17
* Fixed #29109 -- Fixed the admin time picker widget for the Thai locale.Manatsawin Hanmongkolchai2018-02-101-0/+17
* Fixed #29036 -- Fixed HTML5 required validation on SelectDateWidget if the at...Vlastimil Zíma2018-01-301-12/+12
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-11/+11
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-1/+1
* Fixed #28544 -- Made unlocalize template filter behave like {% localize off %...Claude Paroz2017-11-071-11/+21
* Refs #28710 -- Simplified l10n format testClaude Paroz2017-10-141-12/+9
* Fixed #28710 -- Fixed the Basque DATE_FORMAT stringClaude Paroz2017-10-131-0/+18
* Fixed #28642 -- Added caching to parse_accept_lang_header().Tom2017-10-021-1/+1
* Refs #27804 -- Used subTest() in parse_accept_lang_header() test.Tom2017-10-021-39/+36
* Added a test for TranslatableFile.__eq__().Mads Jensen2017-09-251-0/+9
* Refs #27067 -- Removed django.utils.translation.string_concat() per deprecati...Tim Graham2017-09-221-9/+3
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-204-0/+22
* Fixed a Dutch translation in i18n tests.Tim Graham2017-09-143-8/+8
* Fixed #28546 -- Fixed translation's to_locale() with langauge subtags.Tim Graham2017-09-081-0/+2
* Added more tests for translation's to_locale().Tim Graham2017-09-081-2/+15
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+2
* Fixed typo in tests/i18n/tests.py comment.Jaap Roes2017-07-101-1/+1
* Fixed crash in i18n tests skip condition if gettext isn't installed.Tim Graham2017-06-291-1/+1
* Fixed #28304 -- Kept SafeData type for pgettext-translated stringsClaude Paroz2017-06-151-9/+13
* Refs #24423 -- Readded inadvertently deleted i18n tests.Claude Paroz2017-06-141-5/+59
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-2/+2
* Sorted imports per isort 4.2.9.Tim Graham2017-06-012-4/+6
* Fixed #28015 -- Added makemessages --add-location option.Ling-Xiao Yang2017-05-221-1/+38
* Refs #22654 -- Added additional tests and amended release note.Raphael Michel2017-05-051-0/+13
* Replaced type-specific assertions with assertEqual().Tim Graham2017-03-171-1/+1
* Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."Tim Graham2017-03-072-2/+2