summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2026-04-07[5.2.x] Fixed two issues in release helper scripts/verify_release.sh.Natalia
2026-03-16[5.2.x] Combined scripts confirm_release.sh and test_new_version.sh into veri...Natalia
2026-01-07[5.2.x] Made release test script use a random available port.Jacob Walls
2025-11-26[5.2.x] Added script to archive EOL stable branches.Natalia
2025-11-21[5.2.x] Added scripts for building and releasing Django artifacts.Natalia
2025-06-05[5.2.x] Improved "fetch" translations helper to restrict the resulting set by...Natalia
2024-08-05Extended script to manage translations to support fetching new translations s...nessita
2024-01-05Removed obsolete rpm-related install code.Claude Paroz
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-27Refs #32355 -- Modernized subprocess.run() calls.Adam Johnson
2019-11-04Refs #30116 -- Simplified stdout/stderr decoding with subprocess.run()'s enco...Jon Dufresne
2019-08-28Adjusted subprocess.run() calls to use arg list, rather than string. Jon Dufresne
2019-08-23Replaced subprocess commands by run() wherever possible.Claude Paroz
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
2018-08-31Updated language statistics script to not use the shellClaude Paroz
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-03-07Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."Tim Graham
2017-02-23Fixed #27878, refs #23919 -- Used python3 shebangs.Chris Lamb
2016-08-25makemessages now requires a configured DjangoClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-10-09Updated manage_translations scriptClaude Paroz
2015-04-01Removed source strings from translated po filesClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-06-09Converted Django scripts to argparseClaude Paroz
2014-05-19Re-added JS catalog in manage_translations scriptClaude Paroz
2014-05-19Updated Django makemessages processClaude Paroz
2014-04-24Renamed Transifex project from django-core to djangoClaude Paroz
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-01-04Fixed `python scripts/manage_translations.py update_catalogs`.Aymeric Augustin
2013-12-12Improved translation maintenance scriptClaude Paroz
2013-11-02Fixed the remaining E302 violations int eh django packageAlex Gaynor
2013-10-10Whitespace cleanup.Tim Graham
2013-07-03Added check when fetching and updating translations from TransifexClaude Paroz
2013-04-25Updated Transifex links to the Django projectClaude Paroz
2013-01-01Added a helper script for managing django translationsClaude Paroz
2012-01-02Fixed #11184 -- Made it possible to build RPMs with a non-default python exec...Aymeric Augustin
2007-06-10Added a man page for django-admin.py. Also install it correctly as part of theMalcolm Tredinnick
2007-04-03Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in aMalcolm Tredinnick
2007-02-12Refs #3338 -- Partially fix rpm packaging problems. There is still one issueMalcolm Tredinnick