summaryrefslogtreecommitdiff
path: root/tests/i18n
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #31180 -- Configured applications automatically.Aymeric Augustin2020-07-211-1/+1
* Fixed #31692 -- Prevented unneeded .po file compilation.Claude Paroz2020-06-221-0/+10
* Refs #31692 -- Updated compilemessages and tests to use pathlib.Claude Paroz2020-06-221-5/+6
* Fixed #30134 -- Ensured unlocalized numbers are string representation in temp...Claude Paroz2020-06-041-0/+1
* Refs #30134 -- Added test for {% localize off %} tag with format settings.Claude Paroz2020-06-041-0/+18
* Fixed #31570 -- Corrected translation loading for apps providing territorial ...Carlton Gibson2020-06-0113-0/+165
* Refs #30372 -- Stopped watching built-in Django translation files by auto-rel...Tom Forbes2020-05-041-0/+6
* Disabled management commands output with verbosity 0 in various tests.François Freitag2020-04-202-19/+17
* Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz2020-03-103-2/+27
* Fixed #31314 -- Raised CommandError when locale is not specified in makemessa...Cristobal Mackenzie2020-02-281-0/+10
* Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz2020-02-181-2/+2
* Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen2019-12-1811-107/+107
* Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen2019-12-184-15/+22
* Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne2019-11-072-1/+17
* Replaced subprocess commands by run() wherever possible.Claude Paroz2019-08-231-2/+2
* Fixed typos in comments and docs.Min ho Kim2019-07-021-1/+1
* Fixed #26431 -- Prevented django.urls.resolve() from returning missing option...daniel a rios2019-06-241-0/+4
* Refs #26431 -- Added tests for resolving URL and translate_url() with provide...daniel a rios2019-06-242-0/+10
* Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin2019-06-201-5/+4
* Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...Jon Dufresne2019-06-111-3/+31
* Fixed typos in test names.Daniel Hahler2019-04-271-1/+1
* Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), unge...Jon Dufresne2019-02-081-7/+35
* Fixed #16027 -- Added app_label to ContentType.__str__().Gregory N. Schmit2019-02-071-2/+2
* Refs #27753 -- Favored SafeString over SafeText.Tim Graham2019-02-061-6/+6
* Removed redundant os.chdir() in RunInTmpDirMixin child classes.Jon Dufresne2019-02-051-2/+0
* Removed unused branch from SymlinkExtractorTests.test_symlink().Jon Dufresne2019-02-051-6/+3
* Removed unused RunInTmpDirMixin.rmfile().Jon Dufresne2019-02-051-4/+0
* Fixed #29973 -- Added compilemessages --ignore option.rsiemens2019-01-281-0/+39
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-5/+2
* Removed default mode='r' argument from calls to open().Jon Dufresne2019-01-272-21/+21
* 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