index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
commands
/
compilemessages.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-2
/
+2
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-49
/
+76
*
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-02-10
1
-3
/
+1
*
Refs #31692 -- Fixed compilemessages crash on Windows with Python < 3.8.
Mariusz Felisiak
2020-06-23
1
-1
/
+3
*
Fixed #31692 -- Prevented unneeded .po file compilation.
Claude Paroz
2020-06-22
1
-2
/
+12
*
Refs #31692 -- Updated compilemessages and tests to use pathlib.
Claude Paroz
2020-06-22
1
-7
/
+7
*
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-05-21
1
-1
/
+1
*
Fixed E128, E741 flake8 warnings.
Mariusz Felisiak
2020-05-12
1
-1
/
+1
*
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2020-04-27
1
-1
/
+1
*
Fixed #29973 -- Added compilemessages --ignore option.
rsiemens
2019-01-28
1
-2
/
+13
*
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-28
1
-1
/
+1
*
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-07-02
1
-2
/
+2
*
Fixed #29492 -- Improved compilemessages speed
Claude Paroz
2018-06-16
1
-32
/
+39
*
Fixed #24384 -- Allowed compilemessages to continue running after nonfatal er...
Claude Paroz
2018-06-13
1
-8
/
+18
*
Fixed #17379 -- Removed management commands deactivation of the locale.
Claude Paroz
2018-05-13
1
-1
/
+0
*
Avoided creation of temporary sets.
Sergey Fedoseev
2017-07-29
1
-1
/
+1
*
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-04-01
1
-1
/
+1
*
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
1
-4
/
+3
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-8
/
+15
*
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2016-03-05
1
-4
/
+4
*
Removed hardcoded utf-8 BOM, used value from codecs instead.
Jon Dufresne
2015-10-25
1
-2
/
+1
*
Fixed #24159 -- Made compilemessages run across all apps.
Matthew Somerville
2015-06-04
1
-0
/
+6
*
Fed tuples to startswith when appropriate
Claude Paroz
2015-03-13
1
-3
/
+2
*
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-08
1
-1
/
+1
*
Fixed #18714 -- Added 'fuzzy' compilemessages option
Anton Baklanov
2014-11-18
1
-0
/
+4
*
Converted remaining management commands to argparse
Claude Paroz
2014-06-14
1
-8
/
+7
*
Fixed clash caused by the newly introduced -e shorthand for makemessages --ex...
Loic Bistuer
2014-05-02
1
-1
/
+1
*
Fixed #22328 -- Added --exclude option to compilemessages and makemessages.
Ana Krivokapic
2014-04-26
1
-6
/
+21
*
Set compile messages options as class variable
Claude Paroz
2014-04-23
1
-1
/
+3
*
Fixed #21732 -- Made compilemessages complain about non-writable location
Claude Paroz
2014-02-18
1
-40
/
+70
*
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-20
1
-1
/
+1
*
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-14
1
-2
/
+2
*
Fixed #21488 -- Multiple locales treatment in i18n commands.
Ramiro Morales
2013-11-23
1
-2
/
+2
*
Fixed #20990 -- Ensured unicode paths in compilemessages
Claude Paroz
2013-11-11
1
-2
/
+2
*
More attacking E302 violators
Alex Gaynor
2013-11-02
1
-0
/
+2
*
Fix #20058: Make compilemessages use stdout instead of stderr.
Baptiste Mispelon
2013-03-16
1
-3
/
+3
*
Made (make|compile)messages check for availability of gettext commands.
Ramiro Morales
2013-03-10
1
-2
/
+5
*
Don't use os.system() in compilemessages.
Ramiro Morales
2013-02-26
1
-13
/
+11
*
Fixed #19730 -- Don't validate importability of settings by using i18n in man...
Ramiro Morales
2013-02-03
1
-1
/
+1
*
Made (make|compile)messages commands accept multiple locales at once.
Craig Blaszczyk
2013-01-17
1
-6
/
+10
*
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-12-08
1
-2
/
+3
*
[py3] Fixed compilemessages tests
Claude Paroz
2012-08-08
1
-1
/
+3
*
Specified when open should use binary mode.
Claude Paroz
2012-05-25
1
-1
/
+1
*
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-05
1
-2
/
+2
*
Updated compilemessages and makemessages management commands to change SVN->G...
Adrian Holovaty
2012-04-27
1
-1
/
+1
*
Fixed #6073 -- Made compilemessages 18n management command reject PO files wi...
Ramiro Morales
2010-10-10
1
-4
/
+15
*
Removed Python 2.3 compat code in translation framework.
Jannis Leidel
2010-02-16
1
-5
/
+0
*
Fixed #8491 -- Allow settings.LOCALE_PATH to be any sequence, not just a tuple.
Malcolm Tredinnick
2008-08-25
1
-2
/
+2
*
Fix #7910 -- Added a missing import used when "django-admin.py compilemessages"
Malcolm Tredinnick
2008-07-26
1
-1
/
+1
[next]