summaryrefslogtreecommitdiff
path: root/tests/i18n
AgeCommit message (Expand)Author
2019-01-13Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2018-12-06Fixed #29986 -- Added .format() support to ngettext_lazy strings.Patrick Arminio
2018-11-27Made reused RequestFactory instances class attributes.Simon Charette
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
2018-09-03Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.David
2018-07-26Refs #29600 -- Added test for datetime_safe usage in localize_input().Tim Graham
2018-07-19Fixed #29578 -- Made numberformat.format() honor forced l10n usage.Claude Paroz
2018-06-13Fixed #24384 -- Allowed compilemessages to continue running after nonfatal er...Claude Paroz
2018-06-11Fixed #29452 -- Fixed makemessages setting charset of .pot files.Bartosz Grabski
2018-05-13Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz
2018-05-12Moved to_language() to django.utils.translation.Tim Graham
2018-05-12Consolidated duplicate to_locale() implementations.Tim Graham
2018-05-12Increased django.utils.translation.trans_null test coverage.Hasan Ramezani
2018-05-12Aliased trans_null.to_locale() to trans_real.to_locale().Hasan Ramezani
2018-05-09Added tests for trans_null.ngettext().Hasan Ramezani
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-03-03Fixed #29144 -- Made untranslated strings for territorial language variants u...Patryk Zawadzki
2018-02-23Fixed #27449 -- Added django.utils.translation.get_supported_language_variant().Sebastian Sangervasi
2018-02-21Changed "language-code" to the more commonly used "language code".Sebastian Sangervasi
2018-02-21Removed unneeeded inner import in i18n tests.Sebastian Sangervasi
2018-02-20Fixed #28755 -- Made check_for_language() include apps' locale directories.Chillar Anand
2018-02-10Fixed #29109 -- Fixed the admin time picker widget for the Thai locale.Manatsawin Hanmongkolchai
2018-01-30Fixed #29036 -- Fixed HTML5 required validation on SelectDateWidget if the at...Vlastimil Zíma
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-11-07Fixed #28544 -- Made unlocalize template filter behave like {% localize off %...Claude Paroz
2017-10-14Refs #28710 -- Simplified l10n format testClaude Paroz
2017-10-13Fixed #28710 -- Fixed the Basque DATE_FORMAT stringClaude Paroz
2017-10-02Fixed #28642 -- Added caching to parse_accept_lang_header().Tom
2017-10-02Refs #27804 -- Used subTest() in parse_accept_lang_header() test.Tom
2017-09-25Added a test for TranslatableFile.__eq__().Mads Jensen
2017-09-22Refs #27067 -- Removed django.utils.translation.string_concat() per deprecati...Tim Graham
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-09-14Fixed a Dutch translation in i18n tests.Tim Graham
2017-09-08Fixed #28546 -- Fixed translation's to_locale() with langauge subtags.Tim Graham
2017-09-08Added more tests for translation's to_locale().Tim Graham
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-07-10Fixed typo in tests/i18n/tests.py comment.Jaap Roes
2017-06-29Fixed crash in i18n tests skip condition if gettext isn't installed.Tim Graham
2017-06-15Fixed #28304 -- Kept SafeData type for pgettext-translated stringsClaude Paroz
2017-06-14Refs #24423 -- Readded inadvertently deleted i18n tests.Claude Paroz
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2017-05-22Fixed #28015 -- Added makemessages --add-location option.Ling-Xiao Yang
2017-05-05Refs #22654 -- Added additional tests and amended release note.Raphael Michel
2017-03-17Replaced type-specific assertions with assertEqual().Tim Graham
2017-03-07Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."Tim Graham
2017-02-23Fixed #27878, refs #23919 -- Used python3 shebangs.Chris Lamb
2017-02-23Fixed #27868 -- Filtered locale path subdirectoriesClaude Paroz