summaryrefslogtreecommitdiff
path: root/tests/i18n
AgeCommit message (Expand)Author
2020-06-04[3.1.x] Fixed #30134 -- Ensured unlocalized numbers are string representation...Claude Paroz
2020-06-04[3.1.x] Refs #30134 -- Added test for {% localize off %} tag with format sett...Claude Paroz
2020-06-01[3.1.x] Fixed #31570 -- Corrected translation loading for apps providing terr...Carlton Gibson
2020-05-04Refs #30372 -- Stopped watching built-in Django translation files by auto-rel...Tom Forbes
2020-04-20Disabled management commands output with verbosity 0 in various tests.François Freitag
2020-03-10Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz
2020-02-28Fixed #31314 -- Raised CommandError when locale is not specified in makemessa...Cristobal Mackenzie
2020-02-18Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2019-12-18Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen
2019-11-07Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne
2019-08-23Replaced subprocess commands by run() wherever possible.Claude Paroz
2019-07-02Fixed typos in comments and docs.Min ho Kim
2019-06-24Fixed #26431 -- Prevented django.urls.resolve() from returning missing option...daniel a rios
2019-06-24Refs #26431 -- Added tests for resolving URL and translate_url() with provide...daniel a rios
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2019-06-11Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...Jon Dufresne
2019-04-27Fixed typos in test names.Daniel Hahler
2019-02-08Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), unge...Jon Dufresne
2019-02-07Fixed #16027 -- Added app_label to ContentType.__str__().Gregory N. Schmit
2019-02-06Refs #27753 -- Favored SafeString over SafeText.Tim Graham
2019-02-05Removed redundant os.chdir() in RunInTmpDirMixin child classes.Jon Dufresne
2019-02-05Removed unused branch from SymlinkExtractorTests.test_symlink().Jon Dufresne
2019-02-05Removed unused RunInTmpDirMixin.rmfile().Jon Dufresne
2019-01-28Fixed #29973 -- Added compilemessages --ignore option.rsiemens
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2019-01-27Removed default mode='r' argument from calls to open().Jon Dufresne
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