| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-07 | [5.2.x] Made release test script use a random available port. | Jacob Walls | |
| Co-authored-by: Jake Howard <git@theorangeone.net> Backport of c08ed084f9651ab628dad83dd4459d9bba553e22 from main. | |||
| 2025-11-26 | [5.2.x] Added script to archive EOL stable branches. | Natalia | |
| This also fixed a small bash issue in `confirm_release.sh` script. Backport of 532c1058a7dd2616181259c94eb92f2477038d2c from main. | |||
| 2025-11-21 | [5.2.x] Added scripts for building and releasing Django artifacts. | Natalia | |
| Backport of a523d5c8336f5f7f5e24a1cc8034ce65aedec3c6 from main. | |||
| 2025-06-05 | [5.2.x] Improved "fetch" translations helper to restrict the resulting set ↵ | Natalia | |
| by date. Backport of e715b07cf32f9d913f10efe87db7b4b0d793237a from main. | |||
| 2024-08-05 | Extended script to manage translations to support fetching new translations ↵ | nessita | |
| since a given date. | |||
| 2024-01-05 | Removed obsolete rpm-related install code. | Claude Paroz | |
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2021-09-27 | Refs #32355 -- Modernized subprocess.run() calls. | Adam Johnson | |
| 2019-11-04 | Refs #30116 -- Simplified stdout/stderr decoding with subprocess.run()'s ↵ | Jon Dufresne | |
| encoding argument. The encoding argument has been available since Python 3.6. https://docs.python.org/3/library/subprocess.html#subprocess.run | |||
| 2019-08-28 | Adjusted subprocess.run() calls to use arg list, rather than string. | Jon Dufresne | |
| The Python docs recommend passing a sequence to subprocess.run() when possible. Doing so allows for automatic escaping and quoting of arguments. https://docs.python.org/3/library/subprocess.html#frequently-used-arguments > args is required for all calls and should be a string, or a sequence > of program arguments. Providing a sequence of arguments is generally > preferred, as it allows the module to take care of any required > escaping and quoting of arguments (e.g. to permit spaces in file > names). Also removed `shell=True` where unnecessary. | |||
| 2019-08-23 | Replaced subprocess commands by run() wherever possible. | Claude Paroz | |
| 2018-10-09 | Capitalized "Python" in docs and comments. | Jon Dufresne | |
| 2018-08-31 | Updated language statistics script to not use the shell | Claude Paroz | |
| 2017-06-01 | Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. | Jon Dufresne | |
| 2017-03-07 | Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." | Tim Graham | |
| This reverts commit 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229. | |||
| 2017-02-23 | Fixed #27878, refs #23919 -- Used python3 shebangs. | Chris Lamb | |
| 2016-08-25 | makemessages now requires a configured Django | Claude Paroz | |
| 2016-04-08 | Fixed E128 flake8 warnings in django/. | Tim Graham | |
| 2015-10-09 | Updated manage_translations script | Claude Paroz | |
| 2015-04-01 | Removed source strings from translated po files | Claude Paroz | |
| Forward port of 05a781a47 from stable/1.8.x | |||
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2014-06-09 | Converted Django scripts to argparse | Claude Paroz | |
| Refs #19973. | |||
| 2014-05-19 | Re-added JS catalog in manage_translations script | Claude Paroz | |
| 2014-05-19 | Updated Django makemessages process | Claude Paroz | |
| makemessages should now automatically distribute translatable strings in the proper locale files, for Django too (see 50a8ab7cd1e6). | |||
| 2014-04-24 | Renamed Transifex project from django-core to django | Claude Paroz | |
| See also http://blog.transifex.com/post/83622601443/new-teams-management-transifex | |||
| 2014-03-30 | Corrected many style guide violations that the newest version of flake8 catches | Alex Gaynor | |
| 2014-01-04 | Fixed `python scripts/manage_translations.py update_catalogs`. | Aymeric Augustin | |
| It used to generate languages 'e' and 'n'. | |||
| 2013-12-12 | Improved translation maintenance script | Claude Paroz | |
| Do not fetch 'en' catalogs, neither files with translation stats lower than 5%. Centralized resource filtering. | |||
| 2013-11-02 | Fixed the remaining E302 violations int eh django package | Alex Gaynor | |
| 2013-10-10 | Whitespace cleanup. | Tim Graham | |
| * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. | |||
| 2013-07-03 | Added check when fetching and updating translations from Transifex | Claude Paroz | |
| So as syntax errors in po files don't go unnoticed. Refs #20695. | |||
| 2013-04-25 | Updated Transifex links to the Django project | Claude Paroz | |
| Translations for the Django framework are now hosted on the django-core Transifex project, and the django project is only dedicated to a team-only hub project. | |||
| 2013-01-01 | Added a helper script for managing django translations | Claude Paroz | |
| 2012-01-02 | Fixed #11184 -- Made it possible to build RPMs with a non-default python ↵ | Aymeric Augustin | |
| executable. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17331 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2007-06-10 | Added a man page for django-admin.py. Also install it correctly as part of the | Malcolm Tredinnick | |
| auto-generated rpm. Thanks to Marc Fargas and Paul Bissex for writing the man page. Refs #3341. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5457 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2007-04-03 | Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in a | Malcolm Tredinnick | |
| portable fashion. That took a *lot* longer to debug than I thought it would, so let's try not to break it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4912 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2007-02-12 | Refs #3338 -- Partially fix rpm packaging problems. There is still one issue | Malcolm Tredinnick | |
| remaining with how we construct the version numbers, but this change is useful nonetheless. Patch from Dirk Datzert. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4490 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
