summaryrefslogtreecommitdiff
path: root/django/core/management/commands/compilemessages.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-49/+76
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-101-3/+1
* Refs #31692 -- Fixed compilemessages crash on Windows with Python < 3.8.Mariusz Felisiak2020-06-231-1/+3
* Fixed #31692 -- Prevented unneeded .po file compilation.Claude Paroz2020-06-221-2/+12
* Refs #31692 -- Updated compilemessages and tests to use pathlib.Claude Paroz2020-06-221-7/+7
* Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani2020-05-211-1/+1
* Fixed E128, E741 flake8 warnings.Mariusz Felisiak2020-05-121-1/+1
* Refs #18325 -- Removed unnecessary line endings in management commands.François Freitag2020-04-271-1/+1
* Fixed #29973 -- Added compilemessages --ignore option.rsiemens2019-01-281-2/+13
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-1/+1
* Removed parser.add_arguments() arguments that match the defaults.Claude Paroz2018-07-021-2/+2
* Fixed #29492 -- Improved compilemessages speedClaude Paroz2018-06-161-32/+39
* Fixed #24384 -- Allowed compilemessages to continue running after nonfatal er...Claude Paroz2018-06-131-8/+18
* Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz2018-05-131-1/+0
* Avoided creation of temporary sets.Sergey Fedoseev2017-07-291-1/+1
* Removed implicit default store_true/false argparse args.Jon Dufresne2017-04-011-1/+1
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-4/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-8/+15
* Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne2016-03-051-4/+4
* Removed hardcoded utf-8 BOM, used value from codecs instead.Jon Dufresne2015-10-251-2/+1
* Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville2015-06-041-0/+6
* Fed tuples to startswith when appropriateClaude Paroz2015-03-131-3/+2
* Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne2014-12-081-1/+1
* Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov2014-11-181-0/+4
* Converted remaining management commands to argparseClaude Paroz2014-06-141-8/+7
* Fixed clash caused by the newly introduced -e shorthand for makemessages --ex...Loic Bistuer2014-05-021-1/+1
* Fixed #22328 -- Added --exclude option to compilemessages and makemessages.Ana Krivokapic2014-04-261-6/+21
* Set compile messages options as class variableClaude Paroz2014-04-231-1/+3
* Fixed #21732 -- Made compilemessages complain about non-writable locationClaude Paroz2014-02-181-40/+70
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-1/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-2/+2
* Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales2013-11-231-2/+2
* Fixed #20990 -- Ensured unicode paths in compilemessagesClaude Paroz2013-11-111-2/+2
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Fix #20058: Make compilemessages use stdout instead of stderr.Baptiste Mispelon2013-03-161-3/+3
* Made (make|compile)messages check for availability of gettext commands.Ramiro Morales2013-03-101-2/+5
* Don't use os.system() in compilemessages.Ramiro Morales2013-02-261-13/+11
* Fixed #19730 -- Don't validate importability of settings by using i18n in man...Ramiro Morales2013-02-031-1/+1
* Made (make|compile)messages commands accept multiple locales at once.Craig Blaszczyk2013-01-171-6/+10
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-081-2/+3
* [py3] Fixed compilemessages testsClaude Paroz2012-08-081-1/+3
* Specified when open should use binary mode.Claude Paroz2012-05-251-1/+1
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-2/+2
* Updated compilemessages and makemessages management commands to change SVN->G...Adrian Holovaty2012-04-271-1/+1
* Fixed #6073 -- Made compilemessages 18n management command reject PO files wi...Ramiro Morales2010-10-101-4/+15
* Removed Python 2.3 compat code in translation framework.Jannis Leidel2010-02-161-5/+0
* Fixed #8491 -- Allow settings.LOCALE_PATH to be any sequence, not just a tuple.Malcolm Tredinnick2008-08-251-2/+2
* Fix #7910 -- Added a missing import used when "django-admin.py compilemessages"Malcolm Tredinnick2008-07-261-1/+1