index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
commands
/
makemessages.py
Age
Commit message (
Expand
)
Author
2025-08-12
Fixed #36368 -- Prevented duplicate locale paths and write_po_file calls in m...
michalpokusa
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2024-12-09
Fixed #35973 -- Improved makemessages locale validation to handle numeric reg...
Juan Pablo Mallarino
2024-08-30
Dropped safeguards against very old versions of gettext.
Claude Paroz
2023-09-22
Fixed #34848 -- Ignored i18n_catalog.js file when building Django's translati...
Natalia
2022-06-08
Fixed #33565 -- Improved locale format validation for the makemessages command.
Ronnie van den Crommenacker
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-11
Fixed #6106 -- Prevented makemessages from changing .po files when up to date.
Ad Timmering
2021-07-01
Refs #32144 -- Made makemessages remove temporary files on preprocessing error.
Carlton Gibson
2021-07-01
Fixed #32144 -- Made makemessages remove temporary files when locale path doe...
Carlton Gibson
2021-06-21
Fixed typo in makemessages error message.
Jacob Walls
2021-02-09
Fixed #32145 -- Improved makemessages error message when app's locale directo...
Josh Santos
2021-01-14
Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettex...
Mariusz Felisiak
2020-11-13
Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.
manav014
2020-05-21
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-04-27
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2020-02-28
Fixed #31314 -- Raised CommandError when locale is not specified in makemessa...
Cristobal Mackenzie
2019-11-18
Removed unnecessary parentheses in various code.
Jon Dufresne
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-09-10
Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.
Mariusz Felisiak
2019-01-31
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-28
Refs #29973 -- Extracted helper functions from makemessages.
rsiemens
2019-01-27
Removed default mode='r' argument from calls to open().
Jon Dufresne
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-06-11
Fixed #29452 -- Fixed makemessages setting charset of .pot files.
Bartosz Grabski
2018-05-13
Fixed #17379 -- Removed management commands deactivation of the locale.
Claude Paroz
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-11-28
Fixed #28773 -- Forced pot files to use UNIX-style newlines
Claude Paroz
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-07-29
Avoided creation of temporary sets.
Sergey Fedoseev
2017-05-22
Fixed #28015 -- Added makemessages --add-location option.
Ling-Xiao Yang
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-02-23
Fixed #27868 -- Filtered locale path subdirectories
Claude Paroz
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-06
Refs #27795 -- Removed force_text from templatize function
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-01
Fixed #27546 -- Removed hardcoded class names in __repr__() methods.
Keda87
2016-10-01
Refs #26940 -- Re-allowed makemessages without settings
Claude Paroz
2016-08-11
Fixed #27034 -- Made makemessages independent of USE_I18N
Claude Paroz
2016-07-14
Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file names
Claude Paroz
2016-05-27
Fixed #26645 -- Fixed potential makemessages failures on Windows.
Ramiro Morales
[next]