summaryrefslogtreecommitdiff
path: root/tests/i18n/test_extraction.py
AgeCommit message (Expand)Author
2025-08-12Fixed #36368 -- Prevented duplicate locale paths and write_po_file calls in m...michalpokusa
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2024-12-09Fixed #35973 -- Improved makemessages locale validation to handle numeric reg...Juan Pablo Mallarino
2024-08-30Dropped safeguards against very old versions of gettext.Claude Paroz
2023-09-22Fixed #34848 -- Ignored i18n_catalog.js file when building Django's translati...Natalia
2023-07-14Fixed #34448 -- Doc'd and tested --no-obsolete option of makemessages.Tushar
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-07-26Fixed BasicExtractorTests.test_makemessages_find_files() test.Claude Paroz
2022-06-08Fixed #33565 -- Improved locale format validation for the makemessages command.Ronnie van den Crommenacker
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-11Fixed #6106 -- Prevented makemessages from changing .po files when up to date.Ad Timmering
2021-07-01Refs #32144 -- Made makemessages remove temporary files on preprocessing error.Carlton Gibson
2021-07-01Fixed #32144 -- Made makemessages remove temporary files when locale path doe...Carlton Gibson
2021-06-21Fixed typo in makemessages error message.Jacob Walls
2021-04-29Fixed capitalization of "ECMAScript" and "JavaScript".Nick Pope
2021-02-09Fixed #32145 -- Improved makemessages error message when app's locale directo...Josh Santos
2020-11-13Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.manav014
2020-04-20Disabled management commands output with verbosity 0 in various tests.François Freitag
2020-02-28Fixed #31314 -- Raised CommandError when locale is not specified in makemessa...Cristobal Mackenzie
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-02-05Removed redundant os.chdir() in RunInTmpDirMixin child classes.Jon Dufresne
2019-02-05Removed unused branch from SymlinkExtractorTests.test_symlink().Jon Dufresne
2019-01-27Removed default mode='r' argument from calls to open().Jon Dufresne
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-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2017-06-29Fixed crash in i18n tests skip condition if gettext isn't installed.Tim Graham
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-02-23Fixed #27868 -- Filtered locale path subdirectoriesClaude Paroz
2017-01-25Refs #23919 -- Removed misc Python 2/3 references.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-24Removed unneeded force_text calls in the test suiteClaude Paroz
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-18Refs #23919 -- Replaced io.open() with open().Aymeric Augustin
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-11-08Skipped makemessages -l tests when xgettext isn't installed.Marti Raudsepp
2016-10-01Refs #26940 -- Re-allowed makemessages without settingsClaude Paroz
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-08-16Replaced 'raise SkipTest' with self.skipTest() in a few tests.Tim Graham
2016-08-11Fixed #27034 -- Made makemessages independent of USE_I18NClaude Paroz
2016-07-14Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file namesClaude Paroz