summaryrefslogtreecommitdiff
path: root/django/core/management/commands/compilemessages.py
AgeCommit message (Expand)Author
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2025-01-23Fixed #36010 -- Avoided touching mo files while checking writability.Claude Paroz
2024-08-30Dropped safeguards against very old versions of gettext.Claude Paroz
2023-11-13Fixed #34952 -- Copied dir list when processing locale folders to avoid missi...Andrew Cordery
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-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2020-06-23Refs #31692 -- Fixed compilemessages crash on Windows with Python < 3.8.Mariusz Felisiak
2020-06-22Fixed #31692 -- Prevented unneeded .po file compilation.Claude Paroz
2020-06-22Refs #31692 -- Updated compilemessages and tests to use pathlib.Claude Paroz
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2020-05-12Fixed E128, E741 flake8 warnings.Mariusz Felisiak
2020-04-27Refs #18325 -- Removed unnecessary line endings in management commands.François Freitag
2019-01-28Fixed #29973 -- Added compilemessages --ignore option.rsiemens
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-06-16Fixed #29492 -- Improved compilemessages speedClaude Paroz
2018-06-13Fixed #24384 -- Allowed compilemessages to continue running after nonfatal er...Claude Paroz
2018-05-13Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz
2017-07-29Avoided creation of temporary sets.Sergey Fedoseev
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2015-10-25Removed hardcoded utf-8 BOM, used value from codecs instead.Jon Dufresne
2015-06-04Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville
2015-03-13Fed tuples to startswith when appropriateClaude Paroz
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-11-18Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-05-02Fixed clash caused by the newly introduced -e shorthand for makemessages --ex...Loic Bistuer
2014-04-26Fixed #22328 -- Added --exclude option to compilemessages and makemessages.Ana Krivokapic
2014-04-23Set compile messages options as class variableClaude Paroz
2014-02-18Fixed #21732 -- Made compilemessages complain about non-writable locationClaude Paroz
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-23Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales
2013-11-11Fixed #20990 -- Ensured unicode paths in compilemessagesClaude Paroz
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-03-16Fix #20058: Make compilemessages use stdout instead of stderr.Baptiste Mispelon
2013-03-10Made (make|compile)messages check for availability of gettext commands.Ramiro Morales
2013-02-26Don't use os.system() in compilemessages.Ramiro Morales
2013-02-03Fixed #19730 -- Don't validate importability of settings by using i18n in man...Ramiro Morales
2013-01-17Made (make|compile)messages commands accept multiple locales at once.Craig Blaszczyk
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-08-08[py3] Fixed compilemessages testsClaude Paroz
2012-05-25Specified when open should use binary mode.Claude Paroz
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-04-27Updated compilemessages and makemessages management commands to change SVN->G...Adrian Holovaty